From 0301640c98e3ff35cb5798c23e3062048940832e Mon Sep 17 00:00:00 2001 From: Victor Kareh Date: Wed, 22 May 2019 11:48:21 -0400 Subject: theme: add invisible_border to metacity theme This adds 'invisible_border' to be used for resize cursor area. --- src/ui/theme.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src') 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; -- cgit v1.2.1