forked from AuroraMiddleware/gtk
Use right native_window for implicit grabs
The native grab really is on the window that got the button press event.
This commit is contained in:
parent
b34ff7b3ea
commit
c6cab74920
@ -10745,7 +10745,7 @@ proxy_button_event (GdkEvent *source_event,
|
||||
|
||||
_gdk_display_add_pointer_grab (display,
|
||||
pointer_window,
|
||||
toplevel_window,
|
||||
event_window,
|
||||
FALSE,
|
||||
gdk_window_get_events (pointer_window),
|
||||
serial,
|
||||
|
Loading…
Reference in New Issue
Block a user