]> git.draconx.ca Git - liblbx.git/blobdiff - src/image.h
Improve lbx_colour structure layout.
[liblbx.git] / src / image.h
index 454b15b386c078561b9fc875e983c2c7a1b9744d..c375ce9ff51845b37761d53d08367003024da6df 100644 (file)
@@ -11,7 +11,7 @@ struct lbx_image {
 };
 
 struct lbx_colour {
-       unsigned red:6, green:6, blue:6, active:1;
+       unsigned char red, green, blue, active;
 };
 
 struct lbx_image *lbx_img_open(void *f, const struct lbx_file_ops *fops,