]> git.draconx.ca Git - liblbx.git/blobdiff - src/image.h
liblbx: Add a field to lbx_colour indicating which entries are used.
[liblbx.git] / src / image.h
index 5369e0aafbed4affb7ba4e0319664a0b3ee98f60..e12372b0842f21a773a8bd484c10d4f8ecc75b5d 100644 (file)
@@ -10,6 +10,7 @@ struct lbx_colour {
        unsigned char red;
        unsigned char green;
        unsigned char blue;
+       unsigned char active;
 };
 
 struct lbx_imginfo {