summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
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;