summaryrefslogtreecommitdiff
path: root/tests/testoverlaystyleclass.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testoverlaystyleclass.c')
-rw-r--r--tests/testoverlaystyleclass.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/testoverlaystyleclass.c b/tests/testoverlaystyleclass.c
index 6ed24b11d6..86437ee020 100644
--- a/tests/testoverlaystyleclass.c
+++ b/tests/testoverlaystyleclass.c
@@ -1,9 +1,10 @@
#include <gtk/gtk.h>
static void
-child_size_allocate (GtkWidget *child,
+child_size_allocate (GtkWidget *child,
GdkRectangle *allocation,
- gpointer user_data)
+ gint baseline,
+ gpointer user_data)
{
GtkStyleContext *context;
context = gtk_widget_get_style_context (child);