diff options
author | Timm Bäder <mail@baedert.org> | 2018-11-08 05:19:48 +0100 |
---|---|---|
committer | Timm Bäder <mail@baedert.org> | 2018-11-08 05:48:14 +0100 |
commit | 45b909f2c5fd43fbb9a2d6d99edf509c91e954d6 (patch) | |
tree | 39f311852de6e5087701760b0704cca2e053a9e7 /tests | |
parent | 0b4ee06f8e7f216fc932ad567f5ebeb4186b903f (diff) | |
download | gtk+-45b909f2c5fd43fbb9a2d6d99edf509c91e954d6.tar.gz |
testpopup: Fix GtkEventControllerMotion::motion callback signature
Diffstat (limited to 'tests')
-rw-r--r-- | tests/testpopup.c | 2 |
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, |