summaryrefslogtreecommitdiff
path: root/src/ui/theme.h
diff options
context:
space:
mode:
authorAlberts Muktupāvels <[email protected]>2015-01-18 16:07:48 +0200
committerVictor Kareh <[email protected]>2018-08-28 19:15:05 -0400
commit93b5dd1cf945b59a1ec605e66c2ceda49ba9e397 (patch)
treeecd6b884fffeaeb9771bf622cd41032d1ec48529 /src/ui/theme.h
parentc49f361a93752ffb53d99fd55fa7e8db2ac660c5 (diff)
downloadmarco-93b5dd1cf945b59a1ec605e66c2ceda49ba9e397.tar.bz2
marco-93b5dd1cf945b59a1ec605e66c2ceda49ba9e397.tar.xz
theme: add invisible_border to metacity theme
This adds 'invisible_border' to metacity theme. This invisible border will be used for resize cursor area.
Diffstat (limited to 'src/ui/theme.h')
-rw-r--r--src/ui/theme.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ui/theme.h b/src/ui/theme.h
index 4e21a6e5..0713e2ce 100644
--- a/src/ui/theme.h
+++ b/src/ui/theme.h
@@ -92,6 +92,9 @@ struct _MetaFrameLayout
/** Size of bottom side */
int bottom_height;
+ /** Invisible border */
+ GtkBorder invisible_border;
+
/** Border of blue title region
* \bug (blue?!)
**/