]> git.draconx.ca Git - liblbx.git/blobdiff - src/gui/render.c
liblbx: Rename LBX_IMG to LBXimg.
[liblbx.git] / src / gui / render.c
index 9dd4e9bbcb41b99639c1615d1145d6d59781d93b..8e706870533391975d26d116c3ddca392833ff16 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(LBX_IMG *image, GdkPixbuf *pixbuf, unsigned frame)
+int render_to_pixbuf(LBXimg *image, GdkPixbuf *pixbuf, unsigned frame)
 {
        unsigned char **framedata, **framemask, *outbuf;
        struct lbx_imginfo info;