2007-06-20 03:02:28 +00:00
|
|
|
#ifndef __composite_h
|
|
|
|
#define __composite_h
|
|
|
|
|
|
|
|
#include <glib.h>
|
|
|
|
#include <X11/Xlib.h>
|
|
|
|
|
|
|
|
void composite_startup(gboolean reconfig);
|
|
|
|
void composite_shutdown(gboolean reconfig);
|
|
|
|
|
2007-06-21 05:49:08 +00:00
|
|
|
void composite_setup_root_window();
|
|
|
|
void composite_enable_for_window(Window win);
|
|
|
|
|
2007-06-20 03:02:28 +00:00
|
|
|
gboolean composite_window_has_alpha(Visual *vis);
|
|
|
|
XID composite_get_window_picture(Window win, Visual *vis);
|
|
|
|
Pixmap composite_get_window_pixmap(Window win);
|
|
|
|
|
|
|
|
#endif
|