Fix switching containers by moving the mouse over their decorations when in the same container

This commit is contained in:
Michael Stapelberg
2010-11-28 01:13:18 +01:00
parent 6fe0e58a64
commit 622b51a1ea
4 changed files with 32 additions and 9 deletions

View File

@ -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);