summaryrefslogtreecommitdiff
path: root/tests/testwidgetfocus.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testwidgetfocus.c')
-rw-r--r--tests/testwidgetfocus.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/testwidgetfocus.c b/tests/testwidgetfocus.c
index 0d583fe30a..e28d4aa794 100644
--- a/tests/testwidgetfocus.c
+++ b/tests/testwidgetfocus.c
@@ -202,8 +202,8 @@ gtk_focus_widget_snapshot (GtkWidget *widget, GtkSnapshot *snapshot)
static void
motion_cb (GtkEventControllerMotion *controller,
- gdouble x,
- gdouble y,
+ double x,
+ double y,
GtkWidget *widget)
{
GtkFocusWidget *self = GTK_FOCUS_WIDGET (widget);