diff options
author | Ken Moore <ken@ixsystems.com> | 2016-10-18 10:55:50 -0400 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2016-10-18 10:55:50 -0400 |
commit | f9959fd5e33717b9855388d40252bda10d2fe32a (patch) | |
tree | 34ac104287a554f75b67a3198f8fd83640ec09b1 /src-qt5 | |
parent | Large update/refactor of desktop widgets. (diff) | |
download | lumina-f9959fd5e33717b9855388d40252bda10d2fe32a.tar.gz lumina-f9959fd5e33717b9855388d40252bda10d2fe32a.tar.bz2 lumina-f9959fd5e33717b9855388d40252bda10d2fe32a.zip |
Make sure the desktop are registered as virtual roots again.
Diffstat (limited to 'src-qt5')
-rw-r--r-- | src-qt5/core/lumina-desktop/LSession.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src-qt5/core/lumina-desktop/LSession.cpp b/src-qt5/core/lumina-desktop/LSession.cpp index b2cdab13..9a985b3f 100644 --- a/src-qt5/core/lumina-desktop/LSession.cpp +++ b/src-qt5/core/lumina-desktop/LSession.cpp @@ -427,11 +427,11 @@ void LSession::updateDesktops(){ } void LSession::registerDesktopWindows(){ - /*QList<WId> wins; + QList<WId> wins; for(int i=0; i<DESKTOPS.length(); i++){ wins << DESKTOPS[i]->backgroundID(); } - XCB->RegisterVirtualRoots(wins);*/ + XCB->RegisterVirtualRoots(wins); } void LSession::adjustWindowGeom(WId win, bool maximize){ |