summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2018-11-08 05:19:48 +0100
committerTimm Bäder <mail@baedert.org>2018-11-08 05:48:14 +0100
commit45b909f2c5fd43fbb9a2d6d99edf509c91e954d6 (patch)
tree39f311852de6e5087701760b0704cca2e053a9e7
parent0b4ee06f8e7f216fc932ad567f5ebeb4186b903f (diff)
downloadgtk+-45b909f2c5fd43fbb9a2d6d99edf509c91e954d6.tar.gz
testpopup: Fix GtkEventControllerMotion::motion callback signature
-rw-r--r--tests/testpopup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testpopup.c b/tests/testpopup.c
index 085d08ca2f..b496fe5eae 100644
--- a/tests/testpopup.c
+++ b/tests/testpopup.c
@@ -11,7 +11,7 @@ draw_popup (GtkDrawingArea *da,
cairo_paint (cr);
}
-static gboolean
+static void
place_popup (GtkEventControllerMotion *motion,
gdouble x,
gdouble y,