aboutsummaryrefslogtreecommitdiff
path: root/svg.h
diff options
context:
space:
mode:
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();