mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-27 06:00:22 +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)
|
motion_notify_event (GtkWidget *widget, GdkEventMotion *event)
|
||||||
{
|
{
|
||||||
GdkTimeCoord **events;
|
GdkTimeCoord **events;
|
||||||
guint n_events;
|
gint n_events;
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
current_device = event->device;
|
current_device = event->device;
|
||||||
|
Loading…
Reference in New Issue
Block a user