mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-27 14:10:30 +00:00
Remove pointless cast
This commit is contained in:
parent
beddd0c5e8
commit
53de39a409
@ -2221,7 +2221,7 @@ gtk_drag_begin_internal (GtkWidget *widget,
|
||||
if (event && event->type == GDK_MOTION_NOTIFY)
|
||||
gtk_drag_motion_cb (info->ipc_widget, (GdkEventMotion *)event, info);
|
||||
else
|
||||
gtk_drag_update (info, info->screen, info->cur_x, info->cur_y, (GdkEvent *)event);
|
||||
gtk_drag_update (info, info->screen, info->cur_x, info->cur_y, event);
|
||||
|
||||
info->start_x = info->cur_x;
|
||||
info->start_y = info->cur_y;
|
||||
|
Loading…
Reference in New Issue
Block a user