diff options
Diffstat (limited to 'include/input_state.h')
-rw-r--r-- | include/input_state.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/input_state.h b/include/input_state.h index 27dd6cff..528d5e12 100644 --- a/include/input_state.h +++ b/include/input_state.h @@ -37,6 +37,7 @@ extern struct pointer_state { struct pointer_tiling { bool resize; swayc_t *init_view; + wlc_origin *lock_pos; } tiling; struct pointer_lock { bool left; |