summaryrefslogtreecommitdiff
path: root/tests/testheaderbar.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testheaderbar.c')
-rw-r--r--tests/testheaderbar.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/testheaderbar.c b/tests/testheaderbar.c
index d9b1760057..b2a63c459b 100644
--- a/tests/testheaderbar.c
+++ b/tests/testheaderbar.c
@@ -218,8 +218,8 @@ split_decorations (GtkSettings *settings,
GtkBuilder *builder)
{
GtkWidget *sheader, *mheader;
- gchar *layout, *p1, *p2;
- gchar **p;
+ char *layout, *p1, *p2;
+ char **p;
sheader = (GtkWidget *)gtk_builder_get_object (builder, "sidebar-header");
mheader = (GtkWidget *)gtk_builder_get_object (builder, "main-header");
@@ -359,7 +359,7 @@ create_stacked_headerbar (GtkApplication *app)
/* technorama */
-static const gchar css[] =
+static const char css[] =
".main.background { "
" background-image: linear-gradient(to bottom, red, blue);"
" border-width: 0px; "
@@ -505,7 +505,7 @@ create_technorama (GtkApplication *app)
}
struct {
- const gchar *name;
+ const char *name;
void (*cb) (GtkApplication *app);
} buttons[] =
{