From 283f7ddd6c56ec9d81e7013c8809967da87231b2 Mon Sep 17 00:00:00 2001 From: Michael Natterer Date: Wed, 20 Oct 2010 12:49:25 +0200 Subject: [PATCH] tests: gdk_device_get_history() takes "gint *n_events" again, not guint --- tests/testinput.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/testinput.c b/tests/testinput.c index 5d353bd7c6..c7149a8386 100644 --- a/tests/testinput.c +++ b/tests/testinput.c @@ -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;