glxinit.h revision 5f08eff2a769e27df37fc00e46797e70a54727bb
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 */
8extern void
9_gl_context_modes_destroy(__GLcontextModes * modes);
10
11#endif /* GLXINIT_INCLUDED */
12