aboutsummaryrefslogtreecommitdiffstats
path: root/gfx.h
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2016-03-23 16:16:32 +0100
committerGerd Hoffmann <kraxel@redhat.com>2016-03-23 16:16:32 +0100
commita80c7e0c5a22c303bc24c97f01f61466eb94b03e (patch)
treea2d713ec50cddada4737be9ffe0f39a2e0e233f1 /gfx.h
parent3da80cb1474b455f4ed3d27aa72441fd145a9898 (diff)
downloadfbida-a80c7e0c5a22c303bc24c97f01f61466eb94b03e.tar.gz
gfx: move over memory pointer
Diffstat (limited to 'gfx.h')
-rw-r--r--gfx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gfx.h b/gfx.h
index 77ab172..817664c 100644
--- a/gfx.h
+++ b/gfx.h
@@ -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;