testpopup: Fix GtkEventControllerMotion::motion callback signature

This commit is contained in:
Timm Bäder 2018-11-08 05:19:48 +01:00
parent 0b4ee06f8e
commit 45b909f2c5

View File

@ -11,7 +11,7 @@ draw_popup (GtkDrawingArea *da,
cairo_paint (cr);
}
static gboolean
static void
place_popup (GtkEventControllerMotion *motion,
gdouble x,
gdouble y,