mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-11 11:20:12 +00:00
tests: gdk_device_get_history() takes "gint *n_events" again, not guint
This commit is contained in:
parent
2cc059a0e7
commit
283f7ddd6c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user