mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-13 22:10:08 +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;
|
char *text;
|
||||||
GString *str;
|
GString *str;
|
||||||
int i;
|
int i;
|
||||||
uint n_touches;
|
guint n_touches;
|
||||||
|
|
||||||
box = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 40);
|
box = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 40);
|
||||||
g_object_set (box,
|
g_object_set (box,
|
||||||
|
Loading…
Reference in New Issue
Block a user