X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Fpolyfill.h;h=b52b5de1f5af8eea2ddb14dd25a3dbafdc3b5d7b;hb=e0a94da7c7b657cebbb9e07c861054540706d5da;hp=2a6b42de0ddd1c5eee65f57cf5dc7e107097e386;hpb=07ce18b114e1e01b2a85a04079128f3eb754de1d;p=dosdemo diff --git a/src/polyfill.h b/src/polyfill.h index 2a6b42d..b52b5de 100644 --- a/src/polyfill.h +++ b/src/polyfill.h @@ -15,7 +15,7 @@ enum { struct pvertex { int32_t x, y; /* 24.8 fixed point */ int32_t u, v; /* 16.16 fixed point */ - int32_t r, g, b; /* int 0-255 */ + int32_t r, g, b, a; /* int 0-255 */ }; struct pimage {