summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index 2f3b4cb0..ab937e0e 100644
--- a/include/config.h
+++ b/include/config.h
@@ -88,6 +88,7 @@ struct bar_config {
88 */ 88 */
89 char *id; 89 char *id;
90 uint32_t modifier; 90 uint32_t modifier;
91 list_t *outputs;
91 enum desktop_shell_panel_position position; 92 enum desktop_shell_panel_position position;
92 list_t *bindings; 93 list_t *bindings;
93 char *status_command; 94 char *status_command;