diff options
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; |