[testinput] Fix compilation warning: Use guint instead int

This commit is contained in:
Javier Jardón 2010-06-24 01:39:24 +02:00
parent c6650bfa01
commit a7041e9c40

View File

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