tests: gdk_device_get_history() takes "gint *n_events" again, not guint

This commit is contained in:
Michael Natterer 2010-10-20 12:49:25 +02:00
parent 2cc059a0e7
commit 283f7ddd6c

View File

@ -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;