diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/config.h | 1 |
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 { */ char *id; uint32_t modifier; + list_t *outputs; enum desktop_shell_panel_position position; list_t *bindings; char *status_command; |