]> git.sur5r.net Git - i3/i3/commitdiff
Prevent accidentally introduced fall-through
authorMichael Stapelberg <michael@stapelberg.de>
Sat, 19 Aug 2017 15:29:31 +0000 (17:29 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Sat, 19 Aug 2017 15:29:31 +0000 (17:29 +0200)
This was added in commit https://github.com/i3/i3/commit/e82e26a24d22e2f92cd90d9547c213493e94ea63

i3bar/src/xcb.c

index 24f91642d3945f16ef3fde27cd81fa05eb69d93f..3bd5677ab22cd7049d4e16f51eff7b456ec645ad 100644 (file)
@@ -1184,6 +1184,7 @@ void xcb_chk_cb(struct ev_loop *loop, ev_check *watcher, int revents) {
             case XCB_CONFIGURE_REQUEST:
                 /* ConfigureRequest, sent by a tray child */
                 handle_configure_request((xcb_configure_request_event_t *)event);
+                break;
             case XCB_RESIZE_REQUEST:
                 /* ResizeRequest sent by a tray child using override_redirect. */
                 handle_resize_request((xcb_resize_request_event_t *)event);