mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-16 15:14:17 +00:00
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:
parent
de40ced21c
commit
ef5a6835b2
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user