summaryrefslogtreecommitdiffstats
path: root/swaybar/state.c
diff options
context:
space:
mode:
Diffstat (limited to 'swaybar/state.c')
-rw-r--r--swaybar/state.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/swaybar/state.c b/swaybar/state.c
index 900842e0..77427555 100644
--- a/swaybar/state.c
+++ b/swaybar/state.c
@@ -13,6 +13,7 @@ struct swaybar_state *init_state() {
13 state->output->window = NULL; 13 state->output->window = NULL;
14 state->output->registry = NULL; 14 state->output->registry = NULL;
15 state->output->workspaces = create_list(); 15 state->output->workspaces = create_list();
16 state->output->name = NULL;
16 17
17 return state; 18 return state;
18} 19}