tests: gdk_device_get_history() takes "gint *n_events" again, not guint
This commit is contained in:
@ -213,7 +213,7 @@ static gint
|
||||
motion_notify_event (GtkWidget *widget, GdkEventMotion *event)
|
||||
{
|
||||
GdkTimeCoord **events;
|
||||
guint n_events;
|
||||
gint n_events;
|
||||
int i;
|
||||
|
||||
current_device = event->device;
|
||||
|
||||
Reference in New Issue
Block a user