X-Git-Url: https://git.draconx.ca/gitweb/liblbx.git/blobdiff_plain/395b742050af148137758f1d4492a3922569fb91..31b96a5d3d06122cbca0d38d32e0bbfa87cb58c7:/src/image.h diff --git a/src/image.h b/src/image.h index 454b15b..c375ce9 100644 --- a/src/image.h +++ b/src/image.h @@ -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,