diff options
author | infirit <[email protected]> | 2014-10-24 12:51:12 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2014-10-24 15:40:43 +0200 |
commit | bcbc109d2801e2c8898ebb558febe99945358d53 (patch) | |
tree | 522610e98ac400a155030ddbda9f7045495dc47e /src/core/window-private.h | |
parent | 0ee6f6db3f405c13c88f75760f88296560cf9fd6 (diff) | |
download | marco-bcbc109d2801e2c8898ebb558febe99945358d53.tar.bz2 marco-bcbc109d2801e2c8898ebb558febe99945358d53.tar.xz |
add support for _GTK_FRAME_EXTENTS
Support for _GTK_FRAME_EXTENTS are based on mutter.
Based on metacity commit: e132e2a700c4b50c93eae064d8fd1769b67baf06
By: Alberts Muktupāvels <[email protected]>
Diffstat (limited to 'src/core/window-private.h')
-rw-r--r-- | src/core/window-private.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/window-private.h b/src/core/window-private.h index 65359e15..e81fd7ac 100644 --- a/src/core/window-private.h +++ b/src/core/window-private.h @@ -355,6 +355,9 @@ struct _MetaWindow */ MetaRectangle rect; + gboolean has_custom_frame_extents; + GtkBorder custom_frame_extents; + /* The geometry to restore when we unmaximize. The position is in * root window coords, even if there's a frame, which contrasts with * window->rect above. Note that this gives the position and size |