diff options
| author | Miguel <m.i@gmx.at> | 2018-09-28 19:24:18 +0200 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2018-09-28 19:24:18 +0200 |
| commit | be3d9f2cf2a8cfe670eac6df255db55ff9205c49 (patch) | |
| tree | d6479240409398b0cd9de47b3728e7530d94a106 /video/compositor.h | |
| parent | 5f6c2bcf0d2f9c416134aba224d90a605f216818 (diff) | |
started workin on foolish window composer
Diffstat (limited to 'video/compositor.h')
| -rw-r--r-- | video/compositor.h | 3 |
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); |
