diff options
author | Thomas Hellström <thomas@tungstengraphics.com> | 2005-11-16 19:24:00 +0000 |
---|---|---|
committer | Thomas Hellström <thomas@tungstengraphics.com> | 2005-11-16 19:24:00 +0000 |
commit | 154cc16d08c5de175f8bdf83c685991a8b2cd71b (patch) | |
tree | bbf437f9b8b9537556a51650dcaccd91f23eeafb /src/mesa/drivers/dri/unichrome/via_screen.h | |
parent | 0ba7be0a5028ad3e6547eb0351967eb6083b7900 (diff) |
Fixes for x86_64 Unichrome.
Diffstat (limited to 'src/mesa/drivers/dri/unichrome/via_screen.h')
-rw-r--r-- | src/mesa/drivers/dri/unichrome/via_screen.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/unichrome/via_screen.h b/src/mesa/drivers/dri/unichrome/via_screen.h index 8239960a63..84aa5aef88 100644 --- a/src/mesa/drivers/dri/unichrome/via_screen.h +++ b/src/mesa/drivers/dri/unichrome/via_screen.h @@ -59,7 +59,7 @@ typedef struct { drmAddress reg; drmAddress agpLinearStart; - GLuint* agpBase; + GLuint agpBase; __DRIscreenPrivate *driScrnPriv; drmBufMapPtr bufs; |