summaryrefslogtreecommitdiff
path: root/obrender/image.h
diff options
context:
space:
mode:
Diffstat (limited to 'obrender/image.h')
-rw-r--r--obrender/image.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/obrender/image.h b/obrender/image.h
index b478daf9..6e4a50e0 100644
--- a/obrender/image.h
+++ b/obrender/image.h
@@ -23,7 +23,8 @@
#include "geom.h"
/*! Initialize an RrImagePicture to the specified dimensions and pixel data */
-void RrImagePicInit(RrImagePic *pic, gint w, gint h, RrPixel32 *data);
+void RrImagePicInit(RrImagePic *pic, const gchar *path,
+ gint w, gint h, RrPixel32 *data);
void RrImageDrawImage(RrPixel32 *target, RrTextureImage *img,
gint target_w, gint target_h,