From b947448795d604f169246b0c3191028ae6a0ab83 Mon Sep 17 00:00:00 2001 From: Daniel Eklöf Date: Sat, 1 Aug 2020 15:32:48 +0200 Subject: Initial commit Can display a single PNG image scaled-to-fit on all outputs. --- png-wbg.h | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 png-wbg.h (limited to 'png-wbg.h') diff --git a/png-wbg.h b/png-wbg.h new file mode 100644 index 0000000..bf15f9d --- /dev/null +++ b/png-wbg.h @@ -0,0 +1,5 @@ +#pragma once + +#include + +pixman_image_t *png_load(const char *path); -- cgit v1.2.3