diff options
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 466dae4e0..759b4e5e0 100644 --- a/src/core/window-private.h +++ b/src/core/window-private.h @@ -329,6 +329,9 @@ struct _MetaWindow /* if TRUE, window didn't yet get the FocusIn for window->focus_keyboard */ guint expecting_focus_in : 1; + /* if TRUE, tiling mode is held regardless of newer touch updates */ + guint touch_hold_tiling_mode : 1; + /* Keyboard currently owning the window focus, or NULL */ MetaDevice *focus_keyboard; |