From a7041e9c400355aeaff035fe29019ec422e9e35f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Thu, 24 Jun 2010 01:39:24 +0200 Subject: [PATCH] [testinput] Fix compilation warning: Use guint instead int --- tests/testinput.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/testinput.c b/tests/testinput.c index c334944b4d..58cded9605 100644 --- a/tests/testinput.c +++ b/tests/testinput.c @@ -204,7 +204,7 @@ static gint motion_notify_event (GtkWidget *widget, GdkEventMotion *event) { GdkTimeCoord **events; - int n_events; + guint n_events; int i; current_device = event->device;