diff options
Diffstat (limited to 'gfx.h')
-rw-r--r-- | gfx.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ struct gfxstate { uint32_t hdisplay; uint32_t vdisplay; uint32_t stride; + uint8_t *mem; uint32_t bits_per_pixel; uint32_t rlen, glen, blen, tlen; |