diff options
author | Benjamin Otte <otte@redhat.com> | 2020-07-24 15:54:49 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2020-07-25 00:47:36 +0200 |
commit | d7266b25ba5f2f21a5bd19d0fb88aca530e4d265 (patch) | |
tree | 8dc515efd6e0c0b0da1d7e02049f284edd6050ff /testsuite/reftests | |
parent | 46423e614d4fcf142d9578d4788dde664ea280f9 (diff) | |
download | gtk+-d7266b25ba5f2f21a5bd19d0fb88aca530e4d265.tar.gz |
Replace "gint" with "int"
Diffstat (limited to 'testsuite/reftests')
-rw-r--r-- | testsuite/reftests/reftest-snapshot.c | 2 | ||||
-rw-r--r-- | testsuite/reftests/textview-border-windows.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/reftests/reftest-snapshot.c b/testsuite/reftests/reftest-snapshot.c index ff1cf2577e..de08c0b026 100644 --- a/testsuite/reftests/reftest-snapshot.c +++ b/testsuite/reftests/reftest-snapshot.c @@ -197,7 +197,7 @@ quit_when_idle (gpointer loop) return G_SOURCE_REMOVE; } -static gint inhibit_count; +static int inhibit_count; static GMainLoop *loop; G_MODULE_EXPORT void diff --git a/testsuite/reftests/textview-border-windows.c b/testsuite/reftests/textview-border-windows.c index 7a6646393a..7db051530f 100644 --- a/testsuite/reftests/textview-border-windows.c +++ b/testsuite/reftests/textview-border-windows.c @@ -20,7 +20,7 @@ static void set_border_window_size (GtkTextView *text_view, GtkTextWindowType win, - gint size) + int size) { GtkWidget *label; |