summaryrefslogtreecommitdiffstats
path: root/include/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index 3cbe7ce0..c93f9caf 100644
--- a/include/config.h
+++ b/include/config.h
@@ -43,6 +43,8 @@ struct output_config {
43 bool enabled; 43 bool enabled;
44 int width, height; 44 int width, height;
45 int x, y; 45 int x, y;
46 char *background;
47 char *background_option;
46}; 48};
47 49
48/** 50/**