diff options
author | Daniel Eklöf <daniel@ekloef.se> | 2020-08-01 15:32:48 +0200 |
---|---|---|
committer | Daniel Eklöf <daniel@ekloef.se> | 2020-08-01 15:32:48 +0200 |
commit | b947448795d604f169246b0c3191028ae6a0ab83 (patch) | |
tree | 6d99443c8f46d6e2730344efcca6b9d972fdce00 /png-wbg.h | |
download | wbg-b947448795d604f169246b0c3191028ae6a0ab83.tar.gz |
Initial commit
Can display a single PNG image scaled-to-fit on all outputs.
Diffstat (limited to 'png-wbg.h')
-rw-r--r-- | png-wbg.h | 5 |
1 files changed, 5 insertions, 0 deletions
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.h> + +pixman_image_t *png_load(const char *path); |