]> git.draconx.ca Git - liblbx.git/blobdiff - src/gui/lbxgui.c
liblbx: Kill the LBX typedef.
[liblbx.git] / src / gui / lbxgui.c
index e230d6f84d862f84a95b28cd17bd4114507c2698..bdc1d507efecd5335f228274e84dd981abd092cc 100644 (file)
@@ -179,7 +179,7 @@ static int close_image(void *handle)
        return 0;
 }
 
-static LBXimg *load_lbx_image(LBX *archive, unsigned index)
+static LBXimg *load_lbx_image(struct lbx *archive, unsigned index)
 {
        LBXfile *file;
        LBXimg *image;
@@ -317,7 +317,7 @@ static int load_archive(const char *path)
        gchar *basename;
        GtkTreeIter iter1, iter2;
        unsigned nfiles;
-       LBX *lbx;
+       struct lbx *lbx;
 
        lbx = lbx_fopen(path);
        if (!lbx)