summaryrefslogtreecommitdiff
path: root/src/ui/theme-private.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/theme-private.h')
-rw-r--r--src/ui/theme-private.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/theme-private.h b/src/ui/theme-private.h
index 3ebe06b2e..eaee95d10 100644
--- a/src/ui/theme-private.h
+++ b/src/ui/theme-private.h
@@ -53,6 +53,8 @@ typedef struct _MetaFrameGeometry MetaFrameGeometry;
**/
struct _MetaFrameLayout
{
+ /** Invisible border required by the theme */
+ GtkBorder invisible_border;
/** Border/padding of the entire frame */
GtkBorder frame_border;
/** Border/padding of the titlebar region */