Remove superfluous call to _gdk_event_button_generate()
Fixes bug #630962.
This commit is contained in:
committed by
Kalev Lember
parent
dafc1eda80
commit
d2d6caf00a
@@ -1713,9 +1713,6 @@ generate_button_event (GdkEventType type,
|
||||
event->button.device = _gdk_display->core_pointer;
|
||||
|
||||
_gdk_win32_append_event (event);
|
||||
|
||||
if (type == GDK_BUTTON_PRESS)
|
||||
_gdk_event_button_generate (_gdk_display, event);
|
||||
}
|
||||
|
||||
static void
|
||||
|
||||
Reference in New Issue
Block a user