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/composite.h | |
| 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/composite.h')
| -rw-r--r-- | openbox/composite.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/openbox/composite.h b/openbox/composite.h index 94232ffa..d20abacb 100644 --- a/openbox/composite.h +++ b/openbox/composite.h @@ -7,6 +7,9 @@ void composite_startup(gboolean reconfig); void composite_shutdown(gboolean reconfig); +void composite_setup_root_window(); +void composite_enable_for_window(Window win); + gboolean composite_window_has_alpha(Visual *vis); XID composite_get_window_picture(Window win, Visual *vis); Pixmap composite_get_window_pixmap(Window win); |
