From be3d9f2cf2a8cfe670eac6df255db55ff9205c49 Mon Sep 17 00:00:00 2001 From: Miguel Date: Fri, 28 Sep 2018 19:24:18 +0200 Subject: started workin on foolish window composer --- video/compositor.h | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 video/compositor.h (limited to 'video/compositor.h') 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 + +void compositor_init(uint16_t width, uint16_t height, uint16_t pitch); -- cgit v1.2.3