aboutsummaryrefslogtreecommitdiff
path: root/src/frame.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.me.uk>2018-10-27 23:29:14 +0200
committerThomas White <taw@bitwiz.me.uk>2018-10-27 23:29:14 +0200
commit7e36b2a0fc2180d8d319b54159a6680801247ba4 (patch)
tree560421b93e8372aebda2b48c68a0712a41e2fee7 /src/frame.h
parent7d585a94af8d021c6d0df0cfd0fe25b6aab367ae (diff)
Allow alpha values for stylesheet colours
Get rid of GRAD_NOBG, because it's now handled by transparency
Diffstat (limited to 'src/frame.h')
-rw-r--r--src/frame.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/frame.h b/src/frame.h
index b786065..f52c6e6 100644
--- a/src/frame.h
+++ b/src/frame.h
@@ -42,8 +42,7 @@ typedef enum
{
GRAD_NONE,
GRAD_HORIZ,
- GRAD_VERT,
- GRAD_NOBG
+ GRAD_VERT
} GradientType;
enum para_type