mirror of
https://github.com/swaywm/sway.git
synced 2025-11-02 09:01:40 -05:00
Merge pull request #101 from Luminarys/master
Added in basic resizing command.
This commit is contained in:
commit
464b49eda2
10 changed files with 453 additions and 32 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue