summaryrefslogtreecommitdiff
path: root/gtk/inspector/general.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/inspector/general.c')
-rw-r--r--gtk/inspector/general.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/inspector/general.c b/gtk/inspector/general.c
index 2a5b304d09..243e6d9369 100644
--- a/gtk/inspector/general.c
+++ b/gtk/inspector/general.c
@@ -166,7 +166,7 @@ add_check_row (GtkInspectorGeneral *gen,
GtkListBox *list,
const gchar *name,
gboolean value,
- gint indent)
+ int indent)
{
GtkWidget *row, *box, *label, *check;
@@ -206,7 +206,7 @@ add_label_row (GtkInspectorGeneral *gen,
GtkListBox *list,
const char *name,
const char *value,
- gint indent)
+ int indent)
{
GtkWidget *box;
GtkWidget *label;
@@ -566,7 +566,7 @@ populate_monitor (gpointer item,
gchar *name;
gchar *value;
GdkRectangle rect;
- gint scale;
+ int scale;
char *scale_str = NULL;
const char *manufacturer;
const char *model;