sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

commit d873d09f23180414fc0475b3893570a514efb0e0
parent 65022e1cbf0ccf8764dcef7e2a738feb3331deeb
Author: akokshar@redhat.com <akokshar@redhat.com>
Date:   Tue, 29 Aug 2017 15:55:30 +0200

style fixes

Diffstat:
Mswaybar/status_line.c | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/swaybar/status_line.c b/swaybar/status_line.c @@ -410,8 +410,7 @@ bool status_line_mouse_event(struct bar *bar, int x, int y, uint32_t button) { if (num_blocks == 0) { return false; - } - else { + } else { current_block = bar->status->block_line->items[0]; if (x < current_block->x) { return false;