aboutsummaryrefslogtreecommitdiff
path: root/lumina-wm-INCOMPLETE/LScreenSaver.cpp
diff options
context:
space:
mode:
authorKen Moore <moorekou@gmail.com>2016-04-23 07:08:40 -0400
committerKen Moore <moorekou@gmail.com>2016-04-23 07:08:40 -0400
commitfb111c1d1d4bb10846110e38ba53990aa657bc57 (patch)
tree50ff3cbb1aecb3187aea36ee15e24738361fdf0b /lumina-wm-INCOMPLETE/LScreenSaver.cpp
parentMerge branch 'master' of github.com:pcbsd/lumina (diff)
downloadlumina-fb111c1d1d4bb10846110e38ba53990aa657bc57.tar.gz
lumina-fb111c1d1d4bb10846110e38ba53990aa657bc57.tar.bz2
lumina-fb111c1d1d4bb10846110e38ba53990aa657bc57.zip
Get some more of the new WM functional. Still not ready to be used by the faint of heart.
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