Skip to content

window: Apply xdg-activation request as soon as window is mapped

It's possible to use wayland xdg-activation to activate an unmapped xdg surface. We tried to change the stacking order in this case but the window isn't part of a stack at that point.

Potentially delay the activation until the window becomes mapped.

Merge request reports