Ticket #802 (closed defect: fixed)
Fix drawWindowGetPointer
| Reported by: | A.Simon@… | Owned by: | axel |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.11.0 |
| Component: | general (Gtk+, Glib) | Version: | 0.9.11 |
| Keywords: | Cc: |
Description
The function drawWindowGetPointer should never return Nothing, but maybe another flag that says if the window over which the mouse cursor resides is "known to Gtk". I interpreted that as the mouse cursor being over the Gtk application window and thus, returned Nothing in case it was outside. However, even if the mouse cursor is over the application window, this function returns NULL in some cases (i.e. "not known to Gtk").
Change History
Note: See
TracTickets for help on using
tickets.