gesturedrag: Fix docs
authorBenjamin Otte <otte.benjamin@googlemail.com>
Sun, 22 May 2022 12:45:28 +0000 (12:45 +0000)
committerBenjamin Otte <otte.benjamin@googlemail.com>
Sun, 22 May 2022 12:45:28 +0000 (12:45 +0000)
Leftover from GTK3. Coordinates are widget relative everywhere now.

gtk/gtkgesturedrag.c

index 65b196ae7d62ef1f3dfff4742343740b20470644..629d8bb255db12e8544b0746f36293b86f85be8d 100644 (file)
@@ -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
  */