summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDave Davenport <qball@blame.services>2021-06-14 16:04:15 +0200
committerDave Davenport <qball@blame.services>2021-06-14 16:04:15 +0200
commit828aaa231a84f9ad23cf836a71b58290b5e217e8 (patch)
treeea06ac8d677f59a36a162ae4ecf2bd605cc39296 /include
parent5c5428bd11b87a336174398194062f7d3901daf6 (diff)
[Theme] Add angle support to linear-gradient.
Diffstat (limited to 'include')
-rw-r--r--include/rofi-types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/rofi-types.h b/include/rofi-types.h
index b7d57898..7e0794d3 100644
--- a/include/rofi-types.h
+++ b/include/rofi-types.h
@@ -185,6 +185,7 @@ typedef enum
ROFI_DIRECTION_RIGHT,
ROFI_DIRECTION_TOP,
ROFI_DIRECTION_BOTTOM,
+ ROFI_DIRECTION_ANGLE,
} RofiDirection;
@@ -194,6 +195,7 @@ typedef struct
char *url;
RofiDirection dir;
+ double angle;
/** colors */
GList *colors;