diff options
Diffstat (limited to 'xorg-server/hw/xquartz/xpr/dri.h')
-rw-r--r-- | xorg-server/hw/xquartz/xpr/dri.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xorg-server/hw/xquartz/xpr/dri.h b/xorg-server/hw/xquartz/xpr/dri.h index 7d1c4f212..8717a5186 100644 --- a/xorg-server/hw/xquartz/xpr/dri.h +++ b/xorg-server/hw/xquartz/xpr/dri.h @@ -72,6 +72,9 @@ DRIFinishScreenInit(ScreenPtr pScreen); extern void DRICloseScreen(ScreenPtr pScreen); +extern Bool +DRIExtensionInit(void); + extern void DRIReset(void); |