aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/config.h b/include/config.h
index 3d501cbe..6d36eb41 100644
--- a/include/config.h
+++ b/include/config.h
@@ -24,7 +24,7 @@ struct sway_mode {
struct output_config {
char *name;
- bool enabled;
+ bool enabled;
int width, height;
int x, y;
};