summaryrefslogtreecommitdiff
path: root/src/ui/theme.c
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.c
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.c')
-rw-r--r--src/ui/theme.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ui/theme.c b/src/ui/theme.c
index 7035db5f..fee9948c 100644
--- a/src/ui/theme.c
+++ b/src/ui/theme.c
@@ -219,6 +219,11 @@ meta_frame_layout_new (void)
layout->right_width = -1;
layout->bottom_height = -1;
+ layout->invisible_border.left = 10;
+ layout->invisible_border.right = 10;
+ layout->invisible_border.bottom = 10;
+ layout->invisible_border.top = 10;
+
init_border (&layout->title_border);
layout->title_vertical_pad = -1;