Fix switching containers by moving the mouse over their decorations when in the same container
This commit is contained in:
@ -211,6 +211,8 @@ int main(int argc, char *argv[]) {
|
||||
|
||||
xcb_event_set_expose_handler(&evenths, handle_expose_event, NULL);
|
||||
|
||||
xcb_event_set_motion_notify_handler(&evenths, handle_motion_notify, NULL);
|
||||
|
||||
/* Enter window = user moved his mouse over the window */
|
||||
xcb_event_set_enter_notify_handler(&evenths, handle_enter_notify, NULL);
|
||||
|
||||
|
Reference in New Issue
Block a user