Merge remote branch 'origin/lp-binning'
[mesa.git] / src / gallium / state_trackers / egl / x11 / 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 #endif /* GLXINIT_INCLUDED */