aboutsummaryrefslogtreecommitdiff
path: root/src/stylesheet.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2011-11-10 22:20:03 +0100
committerThomas White <taw@bitwiz.org.uk>2011-11-10 22:20:03 +0100
commit9716e325a49b26b458f684fe536e67f29f8d873b (patch)
treeb2306cd9463d3b99ec0f8a7690043f0445af4bd2 /src/stylesheet.h
parent5482598ad1ee3f42333d63b74b12aaa43f6ac963 (diff)
Background gradient stuff
Diffstat (limited to 'src/stylesheet.h')
-rw-r--r--src/stylesheet.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stylesheet.h b/src/stylesheet.h
index 0c021e4..e9134d1 100644
--- a/src/stylesheet.h
+++ b/src/stylesheet.h
@@ -75,6 +75,7 @@ enum bgblocktype
BGBLOCK_SOLID,
BGBLOCK_GRADIENT_X,
BGBLOCK_GRADIENT_Y,
+ BGBLOCK_GRADIENT_CIRCULAR,
BGBLOCK_IMAGE,
};