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

@ -34,6 +34,10 @@ extern struct pointer_state {
bool drag;
bool resize;
} floating;
struct pointer_tiling {
bool resize;
swayc_t *init_view;
} tiling;
struct pointer_lock {
bool left;
bool right;