mirror of
https://github.com/brl/mutter.git
synced 2025-01-12 12:42:46 +00:00
ui: Remove a superfluous set on emulated motion events
This is already set by the gdk_event_new above.
This commit is contained in:
parent
a307e13a63
commit
355621b0ab
@ -218,7 +218,6 @@ maybe_redirect_mouse_event (XEvent *xevent)
|
||||
break;
|
||||
case XI_Motion:
|
||||
gevent = gdk_event_new (GDK_MOTION_NOTIFY);
|
||||
gevent->motion.type = GDK_MOTION_NOTIFY;
|
||||
gevent->motion.window = g_object_ref (gdk_window);
|
||||
break;
|
||||
case XI_Enter:
|
||||
|
Loading…
Reference in New Issue
Block a user