|
PatchworkOS
|
#include <compositor.h>
Data Fields | |
| list_t * | windows |
| list_t * | panels |
| surface_t * | wall |
| surface_t * | cursor |
| surface_t * | fullscreen |
Definition at line 9 of file compositor.h.
| surface_t* compositor_ctx_t::cursor |
Definition at line 14 of file compositor.h.
Referenced by compositor_draw_all().
| surface_t* compositor_ctx_t::fullscreen |
Definition at line 15 of file compositor.h.
Referenced by compositor_draw(), and compositor_draw_fullscreen().
| list_t* compositor_ctx_t::panels |
Definition at line 12 of file compositor.h.
Referenced by compositor_draw_all().
| surface_t* compositor_ctx_t::wall |
Definition at line 13 of file compositor.h.
Referenced by compositor_draw(), and compositor_draw_all().
| list_t* compositor_ctx_t::windows |
Definition at line 11 of file compositor.h.
Referenced by compositor_draw_all(), and dwm_update().