summaryrefslogtreecommitdiff
path: root/video/compositor.h
diff options
context:
space:
mode:
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);