Keep internal clients in the unmanaged layer
ClosedPublic

Authored by zzag on May 10 2019, 10:05 AM.

Details

Summary

All internal clients live in the x stacking order, but when such a
client is closed, it will be moved to the normal stacking order.

Given that internal clients don't specify the desired layer, they will
be moved to the normal layer, which is not really what we want because
it means that the task switcher window will be placed below docks.

Diff Detail

Repository
R108 KWin
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
zzag created this revision.May 10 2019, 10:05 AM
Restricted Application added a project: KWin. · View Herald TranscriptMay 10 2019, 10:05 AM
Restricted Application added a subscriber: kwin. · View Herald Transcript
zzag requested review of this revision.May 10 2019, 10:05 AM
zzag edited the summary of this revision. (Show Details)May 10 2019, 10:06 AM
zzag updated this revision to Diff 57846.May 10 2019, 10:08 AM

Adjust doxygen comment style.

davidedmundson accepted this revision.May 16 2019, 11:11 PM
This revision is now accepted and ready to land.May 16 2019, 11:11 PM
This revision was automatically updated to reflect the committed changes.