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

@ -33,12 +33,12 @@ struct sway_container {
enum swayc_layouts layout;
// Not including borders or margins
int width, height;
double width, height;
// Used for setting floating geometry
int desired_width, desired_height;
int x, y;
double x, y;
bool visible;
bool is_floating;