summaryrefslogtreecommitdiff
path: root/video/compositor.h
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-09-28 19:24:18 +0200
committerMiguel <m.i@gmx.at>2018-09-28 19:24:18 +0200
commitbe3d9f2cf2a8cfe670eac6df255db55ff9205c49 (patch)
treed6479240409398b0cd9de47b3728e7530d94a106 /video/compositor.h
parent5f6c2bcf0d2f9c416134aba224d90a605f216818 (diff)
started workin on foolish window composer
Diffstat (limited to 'video/compositor.h')
-rw-r--r--video/compositor.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/video/compositor.h b/video/compositor.h
new file mode 100644
index 0000000..cef0c47
--- /dev/null
+++ b/video/compositor.h
@@ -0,0 +1,3 @@
+#include <stdint.h>
+
+void compositor_init(uint16_t width, uint16_t height, uint16_t pitch);