X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=obrender%2Fimage.h;h=6e4a50e02d33b3d8b52005b96c32de82046a761e;hb=8c9fb63baaf7d6245cccc584359bf09359663bea;hp=b478daf9f5c797eb194379ba5eb729055cc6fc86;hpb=fc120a75308855b738a42b1fde9d6e0d276f3bf9;p=chaz%2Fopenbox 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,