[gtk+] inspector: use guint to fix the windows build



commit 53fe9c2b0cfdcf42f5f05ed27d66ff109164d1b7
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Thu Feb 25 15:25:19 2016 +0100

    inspector: use guint to fix the windows build

 gtk/inspector/general.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/inspector/general.c b/gtk/inspector/general.c
index 571e46d..f4af083 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,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]