1 2 3 4 5 6 7 8 9 10 11
#ifndef GLXINIT_INCLUDED #define GLXINIT_INCLUDED #include <X11/Xlib.h> #include "glxclient.h" /* this is used by DRI loaders */ extern void _gl_context_modes_destroy(__GLcontextModes * modes); #endif /* GLXINIT_INCLUDED */