diff options
Diffstat (limited to 'src/window.h')
-rw-r--r-- | src/window.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/window.h b/src/window.h index 4fbea57..bd24faf 100644 --- a/src/window.h +++ b/src/window.h @@ -169,6 +169,9 @@ struct _MetaWindow /* Are we in the calc_showing queue? */ guint calc_showing_queued : 1; + /* Are we in the move_resize queue? */ + guint move_resize_queued : 1; + /* Used by keybindings.c */ guint keys_grabbed : 1; /* normal keybindings grabbed */ guint grab_on_frame : 1; /* grabs are on the frame */ |