mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 12:49:45 +00:00
winex11: Also define X11DRV_OpenGL_Cleanup() when OpenGL is not supported.
This commit is contained in:
parent
374d41d5b0
commit
fa7f46e85a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user