diff options
Diffstat (limited to 'src/ui/theme.h')
-rw-r--r-- | src/ui/theme.h | 5 |
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; |