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

Migrate to libxcb if possible #13

Open
iphydf opened this issue Aug 14, 2018 · 0 comments
Open

Migrate to libxcb if possible #13

iphydf opened this issue Aug 14, 2018 · 0 comments
Assignees
Labels
cleanup Internal code cleanup, possibly affecting semantics, e.g. deleting a deprecated feature. dependencies Pull requests that update a dependency file P3 Low priority refactor Refactoring production code, eg. renaming a variable, not affecting semantics

Comments

@iphydf
Copy link
Member

iphydf commented Aug 14, 2018

Advantages:

  • Proven thread-safety.
  • Much easier to build.
  • More portable.
  • Asynchronous API, so no need to do threading ourselves (less room for breaking thread safety).
  • More stuff that's less relevant to us, but still: https://xcb.freedesktop.org/Features/

I'm struggling a bit with xlib, so I'd rather ignore xlib and move to xcb.

@iphydf iphydf added dependencies Pull requests that update a dependency file P3 Low priority refactor Refactoring production code, eg. renaming a variable, not affecting semantics cleanup Internal code cleanup, possibly affecting semantics, e.g. deleting a deprecated feature. labels Nov 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cleanup Internal code cleanup, possibly affecting semantics, e.g. deleting a deprecated feature. dependencies Pull requests that update a dependency file P3 Low priority refactor Refactoring production code, eg. renaming a variable, not affecting semantics
Projects
None yet
Development

No branches or pull requests

2 participants