Skip to content

Migrate to libxcb if possible #13

Open
@iphydf

Description

@iphydf

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.

Metadata

Metadata

Assignees

Labels

P3Low prioritycleanupInternal code cleanup, possibly affecting semantics, e.g. deleting a deprecated feature.dependenciesPull requests that update a dependency filerefactorRefactoring production code, eg. renaming a variable, not affecting semantics

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions