Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace libxcursor with custom cursor code #3749

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

notgull
Copy link
Member

@notgull notgull commented Jun 22, 2024

Another one bites the dust.

This replaces the code dependent on libxcursor with equivalent code
written using x11rb, featuring its special "cursor" module.

cc #3198

  • Tested on all platforms changed
  • Added an entry to the changelog module if knowledge of this change could be valuable to users
  • Updated documentation to reflect any user-facing changes, including notes of platform-specific behavior
  • Created or updated an example program if it would help users understand this functionality
  • Updated feature matrix, if new features were added or implemented

@notgull notgull requested a review from kchibisov as a code owner June 22, 2024 19:30
@notgull notgull force-pushed the notgull/no-xcursor branch 3 times, most recently from b591543 to f19993a Compare June 22, 2024 19:32
@notgull notgull added DS - x11 S - maintenance Repaying technical debt labels Jun 22, 2024
src/platform_impl/linux/x11/util/cursor.rs Show resolved Hide resolved
src/platform_impl/linux/x11/util/cursor.rs Outdated Show resolved Hide resolved
src/platform_impl/linux/x11/util/cursor.rs Outdated Show resolved Hide resolved
src/platform_impl/linux/x11/util/cursor.rs Outdated Show resolved Hide resolved
Another one bites the dust.

This replaces the code dependent on libxcursor with equivalent code
written using x11rb, featuring its special "cursor" module.

cc #3198

Signed-off-by: John Nunley <[email protected]>
@notgull notgull added the C - nominated Nominated for discussion in the next meeting label Jun 27, 2024
@madsmtm madsmtm removed the C - nominated Nominated for discussion in the next meeting label Jun 28, 2024
@madsmtm
Copy link
Member

madsmtm commented Jun 28, 2024

Meeting resolution: @kchibisov will take a look once he has time

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DS - x11 S - maintenance Repaying technical debt
Development

Successfully merging this pull request may close these issues.

None yet

3 participants