Skip to content
This repository was archived by the owner on Nov 12, 2023. It is now read-only.
This repository was archived by the owner on Nov 12, 2023. It is now read-only.

Add aliases for all types for their X11 protocol names #92

@Antikyth

Description

@Antikyth

A lot of types have been renamed in XRB for clarity, but people who are familiar with the existing names may find them hard to find. #[doc(alias = ...)] attributes can be added with the names people are familiar with.

For example (pseudocode)

// ... x11::event ...

derive_xrb! {
    #[doc(alias = "FocusOut")]
    pub struct Unfocus: Event(...) {
        ...
    }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentationtaskAn essential task for a planned milestone.

    Type

    No type

    Projects

    Status

    Unassigned

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions