config: Store 'enabled' as int

This commit is contained in:
Christoph Gysin 2015-11-29 23:17:42 +02:00
parent 82d464bb90
commit ae7ed79573
2 changed files with 5 additions and 5 deletions

View file

@ -40,7 +40,7 @@ struct sway_mode {
*/
struct output_config {
char *name;
bool enabled;
int enabled;
int width, height;
int x, y;
char *background;