summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar Luminarys <kizunanohikari@gmail.com>2015-08-21 09:24:26 -0500
committerLibravatar Luminarys <kizunanohikari@gmail.com>2015-08-21 09:24:26 -0500
commitde86c5f4ea20d005a1f5512406725fb44827e339 (patch)
tree5645390197992ea9f6feeea9d73d12dc2fe9708f /include
parentFix clang warnings (diff)
downloadsway-de86c5f4ea20d005a1f5512406725fb44827e339.tar.gz
sway-de86c5f4ea20d005a1f5512406725fb44827e339.tar.zst
sway-de86c5f4ea20d005a1f5512406725fb44827e339.zip
Cleanup and minor fixes
Diffstat (limited to 'include')
-rw-r--r--include/input_state.h1
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 {
37 struct pointer_tiling { 37 struct pointer_tiling {
38 bool resize; 38 bool resize;
39 swayc_t *init_view; 39 swayc_t *init_view;
40 wlc_origin *lock_pos;
40 } tiling; 41 } tiling;
41 struct pointer_lock { 42 struct pointer_lock {
42 bool left; 43 bool left;