Merge pull request #101 from Luminarys/master

Added in basic resizing command.
This commit is contained in:
Drew DeVault 2015-08-21 07:12:05 -04:00
commit 464b49eda2
10 changed files with 453 additions and 32 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}};
struct pointer_state pointer_state = {0, 0, {0, 0}, {0}, {0, 0, 0, 0}};
static struct wlc_geometry saved_floating;
@ -72,4 +72,3 @@ void reset_floating(swayc_t *view) {
pointer_state.floating = (struct pointer_floating){0,0};
pointer_state.lock = (struct pointer_lock){0,0,0,0};
}