Commit fa7f46e8 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

winex11: Also define X11DRV_OpenGL_Cleanup() when OpenGL is not supported.

parent 374d41d5
......@@ -3635,6 +3635,10 @@ XVisualInfo *visual_from_fbconfig_id( XID fbconfig_id )
#else /* no OpenGL includes */
void X11DRV_OpenGL_Cleanup(void)
{
}
static inline void opengl_error(void)
{
static int warned;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment