summaryrefslogtreecommitdiff
path: root/src/ui/theme.h
diff options
context:
space:
mode:
authorNelson Marques <[email protected]>2012-10-16 09:48:54 -0700
committerNelson Marques <[email protected]>2012-10-16 09:48:54 -0700
commitcab5893d5e33fa40a14ca3a471c03532075f73c3 (patch)
tree3b9c065518d608a4597c473b14848983ad70bf93 /src/ui/theme.h
parent23656ae5a7fa38ab90cb35fe9ad2604253fb1185 (diff)
parent354fc0e850efbfa44065bcd2f9f3fb1b2267f135 (diff)
downloadmarco-cab5893d5e33fa40a14ca3a471c03532075f73c3.tar.bz2
marco-cab5893d5e33fa40a14ca3a471c03532075f73c3.tar.xz
Merge pull request #17 from ketheriel/master
improve support for button layout (ported from Ubuntu)
Diffstat (limited to 'src/ui/theme.h')
-rw-r--r--src/ui/theme.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/theme.h b/src/ui/theme.h
index 4df8b00e..afad3cb2 100644
--- a/src/ui/theme.h
+++ b/src/ui/theme.h
@@ -200,9 +200,11 @@ struct _MetaFrameGeometry
MetaButtonSpace unstick_rect;
#define MAX_MIDDLE_BACKGROUNDS (MAX_BUTTONS_PER_CORNER - 2)
+ GdkRectangle left_single_background;
GdkRectangle left_left_background;
GdkRectangle left_middle_backgrounds[MAX_MIDDLE_BACKGROUNDS];
GdkRectangle left_right_background;
+ GdkRectangle right_single_background;
GdkRectangle right_left_background;
GdkRectangle right_middle_backgrounds[MAX_MIDDLE_BACKGROUNDS];
GdkRectangle right_right_background;