X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fmesa%2Fdrivers%2Fdri%2Fmach64%2Fmach64_screen.h;h=1966809c03ce5291ae94e671274e61db9d3eb76b;hb=cd8614b0287dc5a69725ec4ee0208fad61f7789e;hp=7bf7dc474d12f84f56ec92fddc1fb352d1fe17f7;hpb=0f9635d9d522ea712724415599ceb44d53e67819;p=mesa.git diff --git a/src/mesa/drivers/dri/mach64/mach64_screen.h b/src/mesa/drivers/dri/mach64/mach64_screen.h index 7bf7dc474d1..1966809c03c 100644 --- a/src/mesa/drivers/dri/mach64/mach64_screen.h +++ b/src/mesa/drivers/dri/mach64/mach64_screen.h @@ -70,9 +70,11 @@ typedef struct { drmBufMapPtr buffers; - __DRIscreenPrivate *driScreen; + __DRIscreen *driScreen; driOptionCache optionCache; + + const __DRIextension *extensions[4]; } mach64ScreenRec, *mach64ScreenPtr; #endif /* __MACH64_SCREEN_H__ */