From: Benjamin Otte Date: Sun, 22 May 2022 12:45:28 +0000 (+0000) Subject: gesturedrag: Fix docs X-Git-Tag: archive/raspbian/4.8.3+ds-2+rpi1~3^2~20^2~4^2~171^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=72fe406c4d3b9b3a0166a350a542ce13ddc21c63;p=gtk4.git gesturedrag: Fix docs Leftover from GTK3. Coordinates are widget relative everywhere now. --- diff --git a/gtk/gtkgesturedrag.c b/gtk/gtkgesturedrag.c index 65b196ae7d..629d8bb255 100644 --- a/gtk/gtkgesturedrag.c +++ b/gtk/gtkgesturedrag.c @@ -230,7 +230,7 @@ gtk_gesture_drag_new (void) * * If the @gesture is active, this function returns %TRUE * and fills in @x and @y with the drag start coordinates, - * in surface-relative coordinates. + * in widget-relative coordinates. * * Returns: %TRUE if the gesture is active */