diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-06-21 05:49:08 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-06-21 05:49:08 +0000 |
| commit | 15cabcb16a188912f49e99885896ed7ad7a13925 (patch) | |
| tree | b7decc45d6bdbe23f367c7a3867349bb7714a902 /openbox/screen.c | |
| parent | 4c5034aaebc560e1c18af597009577b842081df9 (diff) | |
only enable automatic composite redirection for the client windows, not the frames. maybe this will avoid screen artifacts with the crap server support
Diffstat (limited to 'openbox/screen.c')
| -rw-r--r-- | openbox/screen.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openbox/screen.c b/openbox/screen.c index 4abf5b6c..7e02bff4 100644 --- a/openbox/screen.c +++ b/openbox/screen.c @@ -27,6 +27,7 @@ #include "moveresize.h" #include "config.h" #include "screen.h" +#include "composite.h" #include "client.h" #include "session.h" #include "frame.h" |
