Bug 20736 - Animated cursor disappearing on XFixes[Hide/Show]Cursor
Summary: Animated cursor disappearing on XFixes[Hide/Show]Cursor
Status: RESOLVED MOVED
Alias: None
Product: xorg
Classification: Unclassified
Component: Server/General (show other bugs)
Version: unspecified
Hardware: Other All
: low minor
Assignee: Xorg Project Team
QA Contact: Xorg Project Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-18 13:36 UTC by Nicolas Bruguier
Modified: 2018-12-13 22:20 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
xfixes-fix-animated-cursor-disappearing.patch (1.45 KB, patch)
2009-03-18 13:38 UTC, Nicolas Bruguier
no flags Details | Splinter Review

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.