inspector: use guint to fix the windows build
This commit is contained in:
@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user