summaryrefslogtreecommitdiff
path: root/src/ui/theme.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/theme.h')
-rw-r--r--src/ui/theme.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ui/theme.h b/src/ui/theme.h
index f1981f26..c5f5ada2 100644
--- a/src/ui/theme.h
+++ b/src/ui/theme.h
@@ -92,6 +92,8 @@ struct _MetaFrameLayout
int left_width;
/** Size of right side */
int right_width;
+ /** Size of top side */
+ int top_height;
/** Size of bottom side */
int bottom_height;
@@ -181,6 +183,7 @@ struct _MetaButtonSpace
struct _MetaFrameGeometry
{
MetaFrameBorders borders;
+ int top_height;
int width;
int height;