D6908: Nullptr check for rootInfo when setting active client

2017-07-29 Thread Martin Flöser
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

D6908: Nullptr check for rootInfo when setting active client

2017-07-27 Thread David Edmundson
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

D6908: Nullptr check for rootInfo when setting active client

2017-07-25 Thread Martin Flöser
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