After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 324745 - gdk_window_get_pointer is not wrapped
gdk_window_get_pointer is not wrapped
Status: RESOLVED FIXED
Product: java-gnome
Classification: Bindings
Component: GTK
mainline
Other Linux
: Normal normal
: ---
Assigned To: Adam Jocksch
java-gnome bindings maintainers
Depends on: 321103
Blocks:
 
 
Reported: 2005-12-21 22:08 UTC by Adam Jocksch
Modified: 2005-12-21 22:48 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Adam Jocksch 2005-12-21 22:08:57 UTC
This function is needed in cases like the following:

TextView has the MOTION_HINT mask enabled, which means that after one mouse motion event get_pointer must be called in order to request subsequent events.
Comment 1 Adam Jocksch 2005-12-21 22:48:19 UTC
This has been fixed and is in CVS. It has been conveniently wrapped by MouseMotionEvent.refireIfHint().