From 151b24609cb3ff3e3fcdce8aaf3de35c91b6a6c6 Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Mon, 8 Oct 2018 09:19:03 -0400 Subject: Make the panel compositing toggle based on whether compton is running. --- src-qt5/core/lumina-desktop/LPanel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src-qt5/core/lumina-desktop/LPanel.h') 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; -- cgit