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)
|
motion_notify_event (GtkWidget *widget, GdkEventMotion *event)
|
||||||
{
|
{
|
||||||
GdkTimeCoord **events;
|
GdkTimeCoord **events;
|
||||||
guint n_events;
|
gint n_events;
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
current_device = event->device;
|
current_device = event->device;
|
||||||
|
|||||||
Reference in New Issue
Block a user