mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-24 19:30:05 +01:00
XQuartz: Re-add prototype for DRIExtensionInit
Regression from: a1d41e311c
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
CC: Daniel Stone <daniel@fooishbar.org>
This commit is contained in:
parent
1a64d3cc9c
commit
1720cd9bad
1 changed files with 3 additions and 0 deletions
|
|
@ -72,6 +72,9 @@ DRIFinishScreenInit(ScreenPtr pScreen);
|
|||
extern void
|
||||
DRICloseScreen(ScreenPtr pScreen);
|
||||
|
||||
extern Bool
|
||||
DRIExtensionInit(void);
|
||||
|
||||
extern void
|
||||
DRIReset(void);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue