From 53fe9c2b0cfdcf42f5f05ed27d66ff109164d1b7 Mon Sep 17 00:00:00 2001 From: Ignacio Casal Quinteiro Date: Thu, 25 Feb 2016 15:25:19 +0100 Subject: [PATCH] inspector: use guint to fix the windows build --- gtk/inspector/general.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/inspector/general.c b/gtk/inspector/general.c index 571e46d97f..f4af0830e5 100644 --- a/gtk/inspector/general.c +++ b/gtk/inspector/general.c @@ -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,