]> git.draconx.ca Git - liblbx.git/blobdiff - src/gui/render.c
liblbx: Kill the LBXimg typedef.
[liblbx.git] / src / gui / render.c
index 584cfd2caf3e1ee2985cd86ef4fe173af717eec9..370c816dff8d0037a8eb31c5d13ae8728aa8d6ba 100644 (file)
@@ -46,7 +46,7 @@ static void get_colour(unsigned char index, unsigned char out[static 4])
        out[3] = -1; /* opaque */
 }
 
-int render_to_pixbuf(LBXimg *image, GdkPixbuf *pixbuf, unsigned frame)
+int render_to_pixbuf(struct lbx_image *image, GdkPixbuf *pixbuf, unsigned frame)
 {
        unsigned char **framedata, **framemask, *outbuf;
        struct lbx_imginfo info;