mirror of
https://github.com/swaywm/sway.git
synced 2025-04-04 19:38:01 +03:00
config: Store 'enabled' as int
This commit is contained in:
parent
82d464bb90
commit
ae7ed79573
2 changed files with 5 additions and 5 deletions
|
@ -40,7 +40,7 @@ struct sway_mode {
|
|||
*/
|
||||
struct output_config {
|
||||
char *name;
|
||||
bool enabled;
|
||||
int enabled;
|
||||
int width, height;
|
||||
int x, y;
|
||||
char *background;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue