projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f01629
)
gesturedrag: Fix docs
author
Benjamin Otte
<otte.benjamin@googlemail.com>
Sun, 22 May 2022 12:45:28 +0000
(12:45 +0000)
committer
Benjamin 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
patch
|
blob
|
history
diff --git
a/gtk/gtkgesturedrag.c
b/gtk/gtkgesturedrag.c
index 65b196ae7d62ef1f3dfff4742343740b20470644..629d8bb255db12e8544b0746f36293b86f85be8d 100644
(file)
--- 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
*/