|
PatchworkOS
966e257
A non-POSIX operating system.
|
Go to the source code of this file.
Data Structures | |
| struct | compositor_ctx_t |
Typedefs | |
| typedef struct client | client_t |
Functions | |
| void | compositor_init (void) |
| void | compositor_draw (compositor_ctx_t *ctx) |
| void | compositor_invalidate (const rect_t *rect) |
| typedef struct client client_t |
Definition at line 7 of file compositor.h.
| void compositor_init | ( | void | ) |
Definition at line 15 of file compositor.c.
| void compositor_draw | ( | compositor_ctx_t * | ctx | ) |
Definition at line 117 of file compositor.c.
| void compositor_invalidate | ( | const rect_t * | rect | ) |
Definition at line 135 of file compositor.c.