summaryrefslogtreecommitdiff
path: root/sway/input_state.c
diff options
context:
space:
mode:
authorLuminarys <[email protected]>2015-08-21 11:19:06 -0500
committerLuminarys <[email protected]>2015-08-21 11:19:06 -0500
commita8eab5492a091703b45364cf5cf625cddf396e24 (patch)
treef72bc376f6e06014c6d330586c51f74c81af581c /sway/input_state.c
parent7ecb55f218666ec5c30371eeb9e5982a487fdb4b (diff)
Added in proper resize locking
Diffstat (limited to 'sway/input_state.c')
-rw-r--r--sway/input_state.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/input_state.c b/sway/input_state.c
index 5119930a..61c1e4ba 100644
--- a/sway/input_state.c
+++ b/sway/input_state.c
@@ -48,7 +48,7 @@ void release_key(keycode key) {
}
}
-struct pointer_state pointer_state = {0, 0, {0, 0}, {0, 0, 0}, {0, 0, 0, 0}};
+struct pointer_state pointer_state = {0, 0, {0, 0}, {0, 0, {0, 0}}, {0, 0, 0, 0, 0, 0, 0, 0}};
static struct wlc_geometry saved_floating;