X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=dosdemo;a=blobdiff_plain;f=src%2Fpolyfill.h;h=b52b5de1f5af8eea2ddb14dd25a3dbafdc3b5d7b;hp=2a6b42de0ddd1c5eee65f57cf5dc7e107097e386;hb=9b942b99fe10222bee50c47bfc809de268d331ec;hpb=c9a3eeccc46a19a4ab5e8b13839dfec9d05ea1d6 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 {