window: Set ALL_EVENT_MASK

This is a trivial commit that does a big change: We now ignore event masks.

Further commits will clean up code, but if bisection ends up here, you
know it's because code is getting delivered events that it weren't getting
before.
This commit is contained in:
Benjamin Otte 2017-11-13 17:31:04 +01:00
parent de40ced21c
commit ef5a6835b2

View File

@ -939,7 +939,7 @@ gdk_window_new (GdkDisplay *display,
return NULL;
}
window->event_mask = attributes->event_mask;
window->event_mask = attributes->event_mask | GDK_ALL_EVENTS_MASK;
if (attributes->wclass == GDK_INPUT_OUTPUT)
{