This revision was automatically updated to reflect the committed changes.
Closed by commit R108:da036098cfd0: Nullptr check for rootInfo when setting
active client (authored by graesslin).
REPOSITORY
R108 KWin
CHANGES SINCE LAST UPDATE
https://phabricator.kde.org/D6908?vs=17198&id=17359
REV
davidedmundson accepted this revision.
This revision is now accepted and ready to land.
REPOSITORY
R108 KWin
BRANCH
rootinfo-setActiveWindow-nullptr-check
REVISION DETAIL
https://phabricator.kde.org/D6908
To: graesslin, #kwin, #plasma, davidedmundson
Cc: plasma-devel, kwin, ZrenBot, progw
graesslin created this revision.
Restricted Application added a project: KWin.
Restricted Application added subscribers: kwin, plasma-devel.
REVISION SUMMARY
Preparation for X free KWin. Code is called for both X11 and Wayland
windows. So make it not crash if we would not have an X server.
RE