diff options
| author | Luminarys <kizunanohikari@gmail.com> | 2015-08-21 09:24:26 -0500 |
|---|---|---|
| committer | Luminarys <kizunanohikari@gmail.com> | 2015-08-21 09:24:26 -0500 |
| commit | de86c5f4ea20d005a1f5512406725fb44827e339 (patch) | |
| tree | 5645390197992ea9f6feeea9d73d12dc2fe9708f /include | |
| parent | 6278922f7afd077bb679a9bb225b45a35f57159e (diff) | |
| download | sway-de86c5f4ea20d005a1f5512406725fb44827e339.tar.xz | |
Cleanup and minor fixes
Diffstat (limited to 'include')
| -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; |
