diff options
author | Ken Moore <ken@ixsystems.com> | 2016-10-18 10:40:01 -0400 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2016-10-18 10:40:01 -0400 |
commit | ded6e4e13a6a98c3793f73cbb286fcc73caf5bf7 (patch) | |
tree | b46328fbd0ab232a5684952d66928f6105256b33 /src-qt5/core/lumina-desktop/LSession.cpp | |
parent | Disable a bunch more options within the default Fluxbox config for Lumina. (diff) | |
download | lumina-ded6e4e13a6a98c3793f73cbb286fcc73caf5bf7.tar.gz lumina-ded6e4e13a6a98c3793f73cbb286fcc73caf5bf7.tar.bz2 lumina-ded6e4e13a6a98c3793f73cbb286fcc73caf5bf7.zip |
Large update/refactor of desktop widgets.
This reduces the number of widgets in the stack by 1, and seems to help performance a bit.
Diffstat (limited to 'src-qt5/core/lumina-desktop/LSession.cpp')
-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 9a985b3f..b2cdab13 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){ |