aboutsummaryrefslogtreecommitdiff
path: root/lumina-wm-INCOMPLETE/LScreenSaver.cpp
diff options
context:
space:
mode:
authorKen Moore <moorekou@gmail.com>2016-04-25 11:22:07 -0400
committerKen Moore <moorekou@gmail.com>2016-04-25 11:22:07 -0400
commitba9680dae066300fcd8675894a9521b54ff0a126 (patch)
tree29f276185ee950b2d7c4be48b2e189778b86504e /lumina-wm-INCOMPLETE/LScreenSaver.cpp
parentCommit a few random changes on my dev system - just to sync up with the repo. (diff)
parentGet some more of the new WM functional. Still not ready to be used by the fai... (diff)
downloadlumina-ba9680dae066300fcd8675894a9521b54ff0a126.tar.gz
lumina-ba9680dae066300fcd8675894a9521b54ff0a126.tar.bz2
lumina-ba9680dae066300fcd8675894a9521b54ff0a126.zip
Merge branch 'master' of github.com:pcbsd/lumina
Diffstat (limited to 'lumina-wm-INCOMPLETE/LScreenSaver.cpp')
-rw-r--r--lumina-wm-INCOMPLETE/LScreenSaver.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lumina-wm-INCOMPLETE/LScreenSaver.cpp b/lumina-wm-INCOMPLETE/LScreenSaver.cpp
index 7a2105f8..dd7eb6dc 100644
--- a/lumina-wm-INCOMPLETE/LScreenSaver.cpp
+++ b/lumina-wm-INCOMPLETE/LScreenSaver.cpp
@@ -8,7 +8,7 @@
#include <QScreen>
#include <QApplication>
-#define DEBUG 0
+#define DEBUG 1
LScreenSaver::LScreenSaver() : QWidget(0,Qt::BypassWindowManagerHint | Qt::WindowStaysOnTopHint){
starttimer = new QTimer(this);
@@ -178,4 +178,4 @@ void LScreenSaver::SSFinished(){
SSLocked = false;
HideLockScreen();
HideScreenSaver();
-} \ No newline at end of file
+}
bgstack15