summaryrefslogtreecommitdiff
path: root/src/core/window-private.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/window-private.h')
-rw-r--r--src/core/window-private.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/core/window-private.h b/src/core/window-private.h
index 7cf5b04a..c0c831e8 100644
--- a/src/core/window-private.h
+++ b/src/core/window-private.h
@@ -298,8 +298,11 @@ struct _MetaWindow
/* icon props have changed */
guint need_reread_icon : 1;
- /* if TRUE, window was maximized at start of current grab op */
- guint shaken_loose : 1;
+ /* if TRUE, window was maximized, or vertically maximized, at start of current grab op */
+ guint shaken_loose_vertically : 1;
+
+ /* if TRUE, window was horizontally maximized, at start of current grab op */
+ guint shaken_loose_horizontally : 1;
/* if TRUE we have a grab on the focus click buttons */
guint have_focus_click_grab : 1;