summaryrefslogtreecommitdiff
path: root/video/compositor.h
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-10-09 16:21:32 +0200
committerMiguel <m.i@gmx.at>2018-10-09 16:21:32 +0200
commit63e5017d9863d4ed215782e469e8ee2c6ff8473d (patch)
treef12d149ffa34e6a39f4bce4fe9a001e4ca8c6027 /video/compositor.h
parenta6a11437a390fb7e95fe995214d82bf5dbfe1eaf (diff)
fix pipers
Diffstat (limited to 'video/compositor.h')
-rw-r--r--video/compositor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/video/compositor.h b/video/compositor.h
index f109018..446cf19 100644
--- a/video/compositor.h
+++ b/video/compositor.h
@@ -1,6 +1,7 @@
#include <stdint.h>
void compositor_wake();
+void compositor_wake2();
void compositor_init(uint16_t width, uint16_t height, uint16_t pitch);
void compositor_set_background(char *ppm_raw_filename);
void compositor_swap_buffers();