summaryrefslogtreecommitdiff
path: root/video/compositor.h
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-10-18 18:37:31 +0200
committerMiguel <m.i@gmx.at>2018-10-18 18:37:31 +0200
commit9bfd9fb6a7c568b56a5ef525a2b76351780bae66 (patch)
tree821007d3dd22c3fa4584dfce0c4eed023cc2c3ea /video/compositor.h
parent205735d022e27d6930e16df42f0c7882196db739 (diff)
in-kernel bmp loader
Diffstat (limited to 'video/compositor.h')
-rw-r--r--video/compositor.h9
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);