diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-06-20 03:02:28 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-06-20 03:02:28 +0000 |
| commit | 271761db53b38e9235ad492812552f625049dd90 (patch) | |
| tree | 11b348fef7a29b155207e4f6c20ee4ca3de25e80 /openbox/composite.h | |
| parent | fa6f70ce3a1e5aff0cdafb4b641128f360278f2a (diff) | |
i forgot to add these
Diffstat (limited to 'openbox/composite.h')
| -rw-r--r-- | openbox/composite.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/openbox/composite.h b/openbox/composite.h new file mode 100644 index 00000000..94232ffa --- /dev/null +++ b/openbox/composite.h @@ -0,0 +1,14 @@ +#ifndef __composite_h +#define __composite_h + +#include <glib.h> +#include <X11/Xlib.h> + +void composite_startup(gboolean reconfig); +void composite_shutdown(gboolean reconfig); + +gboolean composite_window_has_alpha(Visual *vis); +XID composite_get_window_picture(Window win, Visual *vis); +Pixmap composite_get_window_pixmap(Window win); + +#endif |
