Skip to content

Missing async utils #957

@Exidex

Description

@Exidex

Utilities that do exist in x11rb but not in x11rb-async, list possibly not exhaustive

  • x11rb::properties::*
  • x11rb::atom_manager
  • x11rb::wrapper::*
  • x11rb::image::*
  • x11rb::extension_manager::*

Another very minor difference is that cookie module is private and reexported in async, but public in non-async version, so x11rb::cookie::Cookie works but x11rb_async::cookie::Cookie doesn't (x11rb_async::Cookie works)

I personally, currently, only use atom_manager, WmClass and WmHints so that would be sufficient, but given that x11 is dying I would understand not adding any of those

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions