mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-25 21:21:21 +00:00
inspector: use guint to fix the windows build
This commit is contained in:
parent
20cf42c9ea
commit
53fe9c2b0c
@ -380,7 +380,7 @@ add_device (GtkInspectorGeneral *gen,
|
||||
char *text;
|
||||
GString *str;
|
||||
int i;
|
||||
uint n_touches;
|
||||
guint n_touches;
|
||||
|
||||
box = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 40);
|
||||
g_object_set (box,
|
||||
|
Loading…
Reference in New Issue
Block a user