projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
15e0c17
)
gtkeventcontroller: Fix internal enum documentation
author
Carlos Garnacho
<carlosg@gnome.org>
Fri, 5 Aug 2022 14:38:56 +0000
(16:38 +0200)
committer
Carlos Garnacho
<carlosg@gnome.org>
Fri, 5 Aug 2022 17:25:13 +0000
(19:25 +0200)
Copy and paste typo.
gtk/gtkeventcontrollerprivate.h
patch
|
blob
|
history
diff --git
a/gtk/gtkeventcontrollerprivate.h
b/gtk/gtkeventcontrollerprivate.h
index 8ca60b0218a2efab284904385841a3c8e45ca206..d411c8f4703abd77d70409b1eb7ce7028a80f2e6 100644
(file)
--- a/
gtk/gtkeventcontrollerprivate.h
+++ b/
gtk/gtkeventcontrollerprivate.h
@@
-28,7
+28,7
@@
* events in this case leave from the old active window's focus
* location to the new active window's one.
* @GTK_CROSSING_POINTER: The pointer moved from one widget to another
- * @GTK_CROSSING_
POINTER
: An active drag moved from one widget to another
+ * @GTK_CROSSING_
DROP
: An active drag moved from one widget to another
*
* We emit various kinds of crossing events when the target widget
* for keyboard or pointer events changes.