diff options
Diffstat (limited to 'video/compositor.h')
| -rw-r--r-- | video/compositor.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/video/compositor.h b/video/compositor.h index f497d6c..e3204a6 100644 --- a/video/compositor.h +++ b/video/compositor.h @@ -1,6 +1,15 @@ #include <stdint.h> #include "ringbuffer.h" +/** + * @file + * + * Super Light composting window manager for Fool 0S. + * Can be run directly on a 32bit or 24bit Framebuffer. + * + * + */ + void compositor_wake(); void compositor_wake2(); void compositor_init(uint16_t width, uint16_t height,uint16_t bpp, uint16_t pitch); |
