summaryrefslogtreecommitdiff
path: root/src/ui/theme.h
diff options
context:
space:
mode:
authorNelson Marques <[email protected]>2012-10-16 17:34:30 +0100
committerNelson Marques <[email protected]>2012-10-16 17:34:30 +0100
commit354fc0e850efbfa44065bcd2f9f3fb1b2267f135 (patch)
tree3b9c065518d608a4597c473b14848983ad70bf93 /src/ui/theme.h
parent23656ae5a7fa38ab90cb35fe9ad2604253fb1185 (diff)
downloadmarco-354fc0e850efbfa44065bcd2f9f3fb1b2267f135.tar.bz2
marco-354fc0e850efbfa44065bcd2f9f3fb1b2267f135.tar.xz
improve button theming - taken 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;