Skip to content

WM_CLASS and WM_NAME should be set before window is mapped #167

@jonhoo

Description

@jonhoo

As identified in rust-windowing/glutin#879, new windows that are created have their class and name set after the window is mapped, making it impossible for window managers to respond correctly to new windows depending on what they hold. I believe this is because winit on Linux calls display.xlib.XMapRaised before it sets name and class.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions