aboutsummaryrefslogtreecommitdiff
path: root/sway/input_state.c
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2015-08-21 12:23:53 -0400
committerDrew DeVault <sir@cmpwn.com>2015-08-21 12:23:53 -0400
commit1c38b7a8d228585018651741ce748c4b0d6c8d0e (patch)
treeebbb4c441b45e5ea6aadef51c0a995f99b169be4 /sway/input_state.c
parent034358dbfd07e013417bafcbcc819ddad90a2f21 (diff)
parenta8eab5492a091703b45364cf5cf625cddf396e24 (diff)
Merge pull request #111 from Luminarys/master
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;