diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-10-02 17:00:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-02 17:00:33 +0200 |
commit | 4e4d0c519140ae9c7c90e358d18bd6cd75413e30 (patch) | |
tree | c2c92b7a400a669b7232b825bb73ddbe980f2802 /include | |
parent | 90352986e0e0e527e048f9a920b222a53320be2d (diff) | |
parent | 65593f49bc1e9061e93b6ca1bb9ca5b8b9314721 (diff) |
Merge pull request #2749 from ianyfan/swaybar
swaybar: add leading comma to click event JSON
Diffstat (limited to 'include')
-rw-r--r-- | include/swaybar/status_line.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/swaybar/status_line.h b/include/swaybar/status_line.h index e6c7dac2..ca88b0c5 100644 --- a/include/swaybar/status_line.h +++ b/include/swaybar/status_line.h @@ -23,6 +23,7 @@ struct status_line { struct wl_list blocks; // i3bar_block::link bool click_events; + bool clicked; char *buffer; size_t buffer_size; size_t buffer_index; |