mirror of
https://github.com/swaywm/sway.git
synced 2025-11-03 09:01:43 -05:00
Style and other minor fixes
This commit is contained in:
parent
3f475f5009
commit
c9ce8bf1bd
3 changed files with 12 additions and 12 deletions
|
|
@ -36,14 +36,14 @@ struct sway_container {
|
|||
// Not including borders or margins
|
||||
int width, height;
|
||||
|
||||
// Used for setting floating geometry
|
||||
int desired_width, desired_height;
|
||||
// Used for setting floating geometry
|
||||
int desired_width, desired_height;
|
||||
|
||||
int x, y;
|
||||
|
||||
bool visible;
|
||||
|
||||
bool is_floating;
|
||||
bool is_floating;
|
||||
|
||||
int weight;
|
||||
|
||||
|
|
@ -51,7 +51,7 @@ struct sway_container {
|
|||
|
||||
list_t *children;
|
||||
|
||||
// Special list for floating windows in workspaces
|
||||
// Special list for floating windows in workspaces
|
||||
list_t *floating;
|
||||
|
||||
struct sway_container *parent;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue