aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/lumina-desktop/LPanel.h
diff options
context:
space:
mode:
authorKen Moore <ken@ixsystems.com>2018-10-08 09:19:03 -0400
committerKen Moore <ken@ixsystems.com>2018-10-08 09:19:03 -0400
commit151b24609cb3ff3e3fcdce8aaf3de35c91b6a6c6 (patch)
tree705cb430bd2d4ed470b9814e6fccc0017aace1bc /src-qt5/core/lumina-desktop/LPanel.h
parentFix a quick typo in the session environment setup. (diff)
downloadlumina-151b24609cb3ff3e3fcdce8aaf3de35c91b6a6c6.tar.gz
lumina-151b24609cb3ff3e3fcdce8aaf3de35c91b6a6c6.tar.bz2
lumina-151b24609cb3ff3e3fcdce8aaf3de35c91b6a6c6.zip
Make the panel compositing toggle based on whether compton is running.
Diffstat (limited to 'src-qt5/core/lumina-desktop/LPanel.h')
-rw-r--r--src-qt5/core/lumina-desktop/LPanel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src-qt5/core/lumina-desktop/LPanel.h b/src-qt5/core/lumina-desktop/LPanel.h
index d9b7627c..e02f657f 100644
--- a/src-qt5/core/lumina-desktop/LPanel.h
+++ b/src-qt5/core/lumina-desktop/LPanel.h
@@ -37,7 +37,7 @@ private:
QWidget *bgWindow, *panelArea;
//QRect hidegeom, showgeom; //for hidden panels
QPoint hidepoint, showpoint; //for hidden panels: locations when hidden/visible
- bool defaultpanel, horizontal, hidden, hascompositer, reserveloc;
+ bool defaultpanel, horizontal, hidden, reserveloc;
QString screenID;
int panelnum;
int viswidth, fullwidth;
bgstack15