aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/lumina-desktop/LDesktop.h
diff options
context:
space:
mode:
authorKen Moore <ken@ixsystems.com>2016-10-18 10:40:01 -0400
committerKen Moore <ken@ixsystems.com>2016-10-18 10:40:01 -0400
commitded6e4e13a6a98c3793f73cbb286fcc73caf5bf7 (patch)
treeb46328fbd0ab232a5684952d66928f6105256b33 /src-qt5/core/lumina-desktop/LDesktop.h
parentDisable a bunch more options within the default Fluxbox config for Lumina. (diff)
downloadlumina-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/LDesktop.h')
-rw-r--r--src-qt5/core/lumina-desktop/LDesktop.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src-qt5/core/lumina-desktop/LDesktop.h b/src-qt5/core/lumina-desktop/LDesktop.h
index 52505b12..c576a805 100644
--- a/src-qt5/core/lumina-desktop/LDesktop.h
+++ b/src-qt5/core/lumina-desktop/LDesktop.h
@@ -68,7 +68,7 @@ private:
QStringList oldBGL;
QList<LPanel*> PANELS;
LDesktopPluginSpace *bgDesktop; //desktop plugin area
- LDesktopBackground *bgWindow; //full screen background
+ //QWidget *bgWindow; //full screen background
QMenu *deskMenu, *winMenu;
QLabel *workspacelabel;
QWidgetAction *wkspaceact;
bgstack15