summaryrefslogtreecommitdiff
path: root/tests/testinput.c
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2010-06-24 01:39:24 +0200
committerJavier Jardón <jjardon@gnome.org>2010-06-24 01:39:24 +0200
commita7041e9c400355aeaff035fe29019ec422e9e35f (patch)
tree38255e8c0843af13fe323c5d07b58f7e226451bb /tests/testinput.c
parentc6650bfa01d497a913fb244067a460ed3bc52a0f (diff)
downloadgtk+-a7041e9c400355aeaff035fe29019ec422e9e35f.tar.gz
[testinput] Fix compilation warning: Use guint instead int
Diffstat (limited to 'tests/testinput.c')
-rw-r--r--tests/testinput.c2
1 files changed, 1 insertions, 1 deletions
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;