diff options
author | Ken Moore <ken@pcbsd.org> | 2015-01-05 16:12:16 -0500 |
---|---|---|
committer | Ken Moore <ken@pcbsd.org> | 2015-01-05 16:12:16 -0500 |
commit | ae4dba07497fe6126c0bca7bf5a5a70f7bcb086b (patch) | |
tree | 173c0d44bf2ddba910ca49ae0efd2618792f5bed /lumina-desktop/LSession.cpp | |
parent | Fix a couple other minor display issues in lumina-open (diff) | |
download | lumina-ae4dba07497fe6126c0bca7bf5a5a70f7bcb086b.tar.gz lumina-ae4dba07497fe6126c0bca7bf5a5a70f7bcb086b.tar.bz2 lumina-ae4dba07497fe6126c0bca7bf5a5a70f7bcb086b.zip |
Turn off some of the debugging for the lumina-desktop session in preparation for releasing 0.8.0
Diffstat (limited to 'lumina-desktop/LSession.cpp')
-rw-r--r-- | lumina-desktop/LSession.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lumina-desktop/LSession.cpp b/lumina-desktop/LSession.cpp index 2cc1aea4..b366a131 100644 --- a/lumina-desktop/LSession.cpp +++ b/lumina-desktop/LSession.cpp @@ -21,7 +21,7 @@ #include <X11/extensions/Xdamage.h> #ifndef DEBUG -#define DEBUG 1 +#define DEBUG 0 #endif XCBEventFilter *evFilter = 0; |