Cleanup and minor fixes

This commit is contained in:
Luminarys 2015-08-21 09:24:26 -05:00
parent 6278922f7a
commit de86c5f4ea
4 changed files with 8 additions and 120 deletions

View file

@ -48,7 +48,7 @@ void release_key(keycode key) {
}
}
struct pointer_state pointer_state = {0, 0, {0, 0}, {0}, {0, 0, 0, 0}};
struct pointer_state pointer_state = {0, 0, {0, 0}, {0, 0}, {0, 0, 0, 0}};
static struct wlc_geometry saved_floating;