diff options
| author | Ian Fan <ianfan0@gmail.com> | 2018-10-12 20:23:01 +0100 |
|---|---|---|
| committer | Ian Fan <ianfan0@gmail.com> | 2018-10-14 13:33:12 +0100 |
| commit | fed11d1c7b388e999414dd8cec4b8982ba5ce950 (patch) | |
| tree | 06ab708d92e6727006aa8912a26a5b3851cc6cd4 /swaybar/bar.c | |
| parent | a388ffa12776cfad11c13f0bc0b60a5face38a9b (diff) | |
swaybar: move mode & mode_pango_markup to bar struct
This distinguishes the binding mode from the distinct config mode, as
well as removing mode_pango_markup from the config struct where it
should not be present.
Diffstat (limited to 'swaybar/bar.c')
| -rw-r--r-- | swaybar/bar.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/swaybar/bar.c b/swaybar/bar.c index ecf1bf82..77294136 100644 --- a/swaybar/bar.c +++ b/swaybar/bar.c @@ -631,4 +631,5 @@ void bar_teardown(struct swaybar *bar) { status_line_free(bar->status); } free(bar->id); + free(bar->mode); } |
