diff options
author | Daniel Hahler <[email protected]> | 2014-11-17 22:59:39 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2014-11-17 22:59:39 -0600 |
commit | a2ee4721b6eeecc047f764b88b0c2e0ee96a3dc9 (patch) | |
tree | 53eb736220898ab9e6cc0ee62ffd255b58163587 /twin/compton-tde/common.h | |
parent | ce4f259946672ba5243c195b479ca3b3f1421a83 (diff) | |
download | tdebase-a2ee4721b6eeecc047f764b88b0c2e0ee96a3dc9.tar.gz tdebase-a2ee4721b6eeecc047f764b88b0c2e0ee96a3dc9.zip |
Add DEBUG_FADE
This adds printf_dbgf statements to debug issues with fading.
Diffstat (limited to 'twin/compton-tde/common.h')
-rw-r--r-- | twin/compton-tde/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/twin/compton-tde/common.h b/twin/compton-tde/common.h index 4d9f41090..acaf68651 100644 --- a/twin/compton-tde/common.h +++ b/twin/compton-tde/common.h @@ -36,6 +36,7 @@ // #define DEBUG_GLX_MARK 1 // #define DEBUG_GLX_PAINTREG 1 // #define MONITOR_REPAINT 1 +// #define DEBUG_FADE 1 // Whether to enable PCRE regular expression support in blacklists, enabled // by default |