diff options
Diffstat (limited to 'include/input_state.h')
-rw-r--r-- | include/input_state.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/input_state.h b/include/input_state.h index a7e0c1ca..27dd6cff 100644 --- a/include/input_state.h +++ b/include/input_state.h @@ -34,6 +34,10 @@ extern struct pointer_state { bool drag; bool resize; } floating; + struct pointer_tiling { + bool resize; + swayc_t *init_view; + } tiling; struct pointer_lock { bool left; bool right; |