inspector: use guint to fix the windows build

This commit is contained in:
Ignacio Casal Quinteiro 2016-02-25 15:25:19 +01:00
parent 20cf42c9ea
commit 53fe9c2b0c

View File

@ -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,