Comment 7 for bug 227907

Revision history for this message
In , gandalfn (gandalfn) wrote :

After using XFixesHideCursor/XFixesShowCursor all animated cursors disappearing.

It's seem when calling XFixesHideCursor or CursorFreeHideCount we call CursorDisplayCursor to initiate or to finish hiding. This function do Unwrap/Wrap
which break stack function calling and loose DisplayCursor from render animcursor.
Here a naive patch which just call directly the parent function when initiate or finish hiding/showing cursor.