mirror of
https://github.com/swaywm/sway.git
synced 2025-01-16 16:11:11 +01:00
Style fix
This commit is contained in:
parent
5bfed9b213
commit
a65dca04e8
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ struct sway_mode {
|
||||||
|
|
||||||
struct output_config {
|
struct output_config {
|
||||||
char *name;
|
char *name;
|
||||||
bool enabled;
|
bool enabled;
|
||||||
int width, height;
|
int width, height;
|
||||||
int x, y;
|
int x, y;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue