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

Use xcursor-rs for cursor file parsing #937

Merged
merged 1 commit into from
Aug 16, 2024
Merged

Conversation

psychon
Copy link
Owner

@psychon psychon commented Aug 15, 2024

Instead of reinventing the wheel, let's use an existing wheel for the same job: Parsing cursor files.

This is a first step towards #934. Besides cursor file parsing, xcursor-rs also provides parsing of cursor theme files. For now, this is still left with our own implementation, so this commit does not yet close #934.

Step-towards: #934

Instead of reinventing the wheel, let's use an existing wheel for the
same job: Parsing cursor files.

This is a first step towards #934. Besides cursor file parsing,
xcursor-rs also provides parsing of cursor theme files. For now, this is
still left with our own implementation, so this commit does not yet
close #934.

Step-towards: #934
Signed-off-by: Uli Schlachter <[email protected]>
@mergify mergify bot merged commit 3f142ba into master Aug 16, 2024
21 checks passed
@mergify mergify bot deleted the xcursor-cursor-parsing branch August 16, 2024 21:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use xcursor-rs to parse the xcursor format
2 participants