Bugfix: Also abort drag_pointer after XCB_KEY_PRESS / XCB_KEY_RELEASE (Thanks eeemsi)
This commit is contained in:
@ -445,6 +445,8 @@ void drag_pointer(Con *con, xcb_button_press_event_t *event, xcb_window_t
|
||||
break;
|
||||
|
||||
case XCB_UNMAP_NOTIFY:
|
||||
case XCB_KEY_PRESS:
|
||||
case XCB_KEY_RELEASE:
|
||||
DLOG("Unmap-notify, aborting\n");
|
||||
handle_event(type, inside_event);
|
||||
goto done;
|
||||
|
Reference in New Issue
Block a user