diff options
Diffstat (limited to 'xcompmgr.c')
-rw-r--r-- | xcompmgr.c | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -156,16 +156,11 @@ static conv *gaussianMap; #define WINDOW_TRANS 1 #define WINDOW_ARGB 2 -#define TRANS_OPACITY 0.75 - #define DEBUG_REPAINT 0 #define DEBUG_EVENTS 0 #define DEBUG_SHAPE 0 #define MONITOR_REPAINT 0 -#define SHADOWS 1 -#define SHARP_SHADOW 0 - typedef enum _compMode { CompSimple, /* looks like a regular X server */ CompServerShadows, /* use window alpha for shadow; sharp, but precise */ |