summaryrefslogtreecommitdiffstats
path: root/include/input_state.h
diff options
context:
space:
mode:
authorLibravatar Luminarys <kizunanohikari@gmail.com>2015-08-21 09:26:22 -0500
committerLibravatar Luminarys <kizunanohikari@gmail.com>2015-08-21 09:26:22 -0500
commit97bd548456f83420134c3316f56add2a8b6b2563 (patch)
tree32d3df833c23773eca8268e989be7d193d4881c1 /include/input_state.h
parentCleanup and minor fixes (diff)
downloadsway-97bd548456f83420134c3316f56add2a8b6b2563.tar.gz
sway-97bd548456f83420134c3316f56add2a8b6b2563.tar.zst
sway-97bd548456f83420134c3316f56add2a8b6b2563.zip
More minor fixes
Diffstat (limited to 'include/input_state.h')
-rw-r--r--include/input_state.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/input_state.h b/include/input_state.h
index 528d5e12..27a82809 100644
--- a/include/input_state.h
+++ b/include/input_state.h
@@ -37,7 +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 struct wlc_origin *lock_pos;
41 } tiling; 41 } tiling;
42 struct pointer_lock { 42 struct pointer_lock {
43 bool left; 43 bool left;