summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorVictor Kareh <[email protected]>2019-05-22 11:48:21 -0400
committerraveit65 <[email protected]>2019-06-16 18:12:44 +0200
commit0301640c98e3ff35cb5798c23e3062048940832e (patch)
tree55f6459c129422a103558eaad77b427fc27d088c /src
parent0f9f4f6b49d06512480c28954e36d9481c4eaf09 (diff)
downloadmarco-0301640c98e3ff35cb5798c23e3062048940832e.tar.bz2
marco-0301640c98e3ff35cb5798c23e3062048940832e.tar.xz
theme: add invisible_border to metacity theme
This adds 'invisible_border' to be used for resize cursor area.
Diffstat (limited to 'src')
-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 2a3dd038..f4de969f 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;