mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-11 19:30:10 +00:00
[testinput] Fix compilation warning: Use guint instead int
This commit is contained in:
parent
c6650bfa01
commit
a7041e9c40
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user