aboutsummaryrefslogtreecommitdiffstats
path: root/include/swaybar/config.h
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2018-04-25 11:00:24 +0200
committerLibravatar GitHub <noreply@github.com>2018-04-25 11:00:24 +0200
commit75674295504af9118d2af3c8677d8e1e84e85e77 (patch)
tree096f6c4635168e71e29e611cebc9afac9e22736b /include/swaybar/config.h
parentMerge pull request #1858 from emersion/master (diff)
parentFix a bunch of swaybar memory leaks (diff)
downloadsway-75674295504af9118d2af3c8677d8e1e84e85e77.tar.gz
sway-75674295504af9118d2af3c8677d8e1e84e85e77.tar.zst
sway-75674295504af9118d2af3c8677d8e1e84e85e77.zip
Merge pull request #1861 from emersion/swaybar-memory-leaks
Fix a bunch of swaybar memory leaks
Diffstat (limited to 'include/swaybar/config.h')
-rw-r--r--include/swaybar/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/swaybar/config.h b/include/swaybar/config.h
index 7f321df8..6739c28a 100644
--- a/include/swaybar/config.h
+++ b/include/swaybar/config.h
@@ -29,7 +29,7 @@ struct swaybar_config {
29 bool binding_mode_indicator; 29 bool binding_mode_indicator;
30 bool wrap_scroll; 30 bool wrap_scroll;
31 bool workspace_buttons; 31 bool workspace_buttons;
32 struct wl_list outputs; 32 struct wl_list outputs; // config_output::link
33 bool all_outputs; 33 bool all_outputs;
34 int height; 34 int height;
35 35