summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar Christoph Gysin <christoph.gysin@gmail.com>2015-11-29 23:17:42 +0200
committerLibravatar Christoph Gysin <christoph.gysin@gmail.com>2015-11-29 23:17:55 +0200
commitae7ed795730398d50e6408575a1edfbd5c34bd3c (patch)
tree365d13bf0c0d8aae3aaec69bb6159ccd5cd91000 /include
parentAdd text rendering support to wayland clients (diff)
downloadsway-ae7ed795730398d50e6408575a1edfbd5c34bd3c.tar.gz
sway-ae7ed795730398d50e6408575a1edfbd5c34bd3c.tar.zst
sway-ae7ed795730398d50e6408575a1edfbd5c34bd3c.zip
config: Store 'enabled' as int
Diffstat (limited to 'include')
-rw-r--r--include/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/config.h b/include/config.h
index 9caadec8..631c8178 100644
--- a/include/config.h
+++ b/include/config.h
@@ -40,7 +40,7 @@ struct sway_mode {
40 */ 40 */
41struct output_config { 41struct output_config {
42 char *name; 42 char *name;
43 bool enabled; 43 int enabled;
44 int width, height; 44 int width, height;
45 int x, y; 45 int x, y;
46 char *background; 46 char *background;