egl: Update the comments to typecast macros.
[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 #endif /* GLXINIT_INCLUDED */