mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 06:40:11 +01:00
glx: #ifdef DRI specific prototype
https://bugs.freedesktop.org/show_bug.cgi?id=29162
This commit is contained in:
parent
bd3d2724f5
commit
c1cbdbfde0
1 changed files with 2 additions and 0 deletions
|
|
@ -614,8 +614,10 @@ extern int
|
|||
glx_screen_init(__GLXscreenConfigs *psc,
|
||||
int screen, __GLXdisplayPrivate * priv);
|
||||
|
||||
#if defined(GLX_DIRECT_RENDERING) && !defined(GLX_USE_APPLEGL)
|
||||
extern __GLXDRIdrawable *
|
||||
dri2GetGlxDrawableFromXDrawableId(Display *dpy, XID id);
|
||||
#endif
|
||||
|
||||
extern GLubyte *__glXFlushRenderBuffer(__GLXcontext *, GLubyte *);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue