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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ui/theme.h b/src/ui/theme.h
index c7437bdf..a4ddb5f6 100644
--- a/src/ui/theme.h
+++ b/src/ui/theme.h
@@ -210,6 +210,11 @@ struct _MetaFrameGeometry
GdkRectangle right_right_background;
/* End of button rects (if changed adjust memset hack) */
+ /* Saved button layout */
+ MetaButtonLayout button_layout;
+ int n_left_buttons;
+ int n_right_buttons;
+
/* Round corners */
guint top_left_corner_rounded_radius;
guint top_right_corner_rounded_radius;