Bug 20736

Summary: Animated cursor disappearing on XFixes[Hide/Show]Cursor
Product: xorg Reporter: Nicolas Bruguier <nicolas.bruguier>
Component: Server/GeneralAssignee: Xorg Project Team <xorg-team>
Status: RESOLVED MOVED QA Contact: Xorg Project Team <xorg-team>
Severity: minor    
Priority: low    
Version: unspecified   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:
Attachments:
Description Flags
xfixes-fix-animated-cursor-disappearing.patch none

Description Nicolas Bruguier 2009-03-18 13:36:46 UTC
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.
Comment 1 Nicolas Bruguier 2009-03-18 13:38:13 UTC
Created attachment 24008 [details] [review]
xfixes-fix-animated-cursor-disappearing.patch
Comment 2 GitLab Migration User 2018-12-13 22:20:40 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/xorg/xserver/issues/376.

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.