GNOME Bugzilla – Bug 324745
gdk_window_get_pointer is not wrapped
Last modified: 2005-12-21 22:48:43 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.
This has been fixed and is in CVS. It has been conveniently wrapped by MouseMotionEvent.refireIfHint().