X-Git-Url: http://git.openbox.org/?p=mikachu%2Fopenbox.git;a=blobdiff_plain;f=render%2Fimage.h;h=b478daf9f5c797eb194379ba5eb729055cc6fc86;hp=28f29c2c57dd089373c39d267684a93cc6d58e43;hb=38c96413b375516a25086cf169d2d3cb7c6075f7;hpb=a2e3026d8a398a4d08c05610c3f652dd14fcdf45 diff --git a/render/image.h b/render/image.h index 28f29c2..b478daf 100644 --- a/render/image.h +++ b/render/image.h @@ -22,6 +22,9 @@ #include "render.h" #include "geom.h" +/*! Initialize an RrImagePicture to the specified dimensions and pixel data */ +void RrImagePicInit(RrImagePic *pic, gint w, gint h, RrPixel32 *data); + void RrImageDrawImage(RrPixel32 *target, RrTextureImage *img, gint target_w, gint target_h, RrRect *area);