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

This commit is contained in:
Francois Gouget 2009-05-26 22:48:17 +02:00 committed by Alexandre Julliard
parent 374d41d5b0
commit fa7f46e85a

View file

@ -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;