egl_xdri: Revive the driver.
[mesa.git] / src / egl / drivers / xdri / glxinit.h
1 #ifndef GLXINIT_INCLUDED
2 #define GLXINIT_INCLUDED
3
4 #include <X11/Xlib.h>
5 #include "glxclient.h"
6
7 /* this is used by DRI loaders */
8 extern void
9 _gl_context_modes_destroy(__GLcontextModes * modes);
10
11 extern void
12 __glXRelease(__GLXdisplayPrivate *dpyPriv);
13
14 #endif /* GLXINIT_INCLUDED */