aboutsummaryrefslogtreecommitdiff
path: root/svg.h
diff options
context:
space:
mode:
authorSertonix <sertonix@posteo.net>2024-08-02 15:42:11 +0200
committerSertonix <sertonix@posteo.net>2024-08-02 15:56:58 +0200
commit685705f8259b7e2b21522d5b4d01e7e75e20b8e7 (patch)
tree5c6684919f5797ddc5c8dd4f9f21d3aea6479cfa /svg.h
parentffc6ef237e25c71a181f6ec2d4045f4f5100ab1b (diff)
downloadwbg-685705f8259b7e2b21522d5b4d01e7e75e20b8e7.tar.gz
svg: honor --stretch option
Diffstat (limited to 'svg.h')
-rw-r--r--svg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/svg.h b/svg.h
index 89a6253..ffc766f 100644
--- a/svg.h
+++ b/svg.h
@@ -5,5 +5,5 @@
#include <pixman.h>
bool svg_load(FILE *fp, const char *path);
-pixman_image_t *svg_render(const int width, const int height);
+pixman_image_t *svg_render(const int width, const int height, bool stretch);
void svg_free();