Commit e3015641 authored by Alexandre Julliard's avatar Alexandre Julliard

Added empty X11DRV_OpenGL_Init for the non-OpenGL case.

parent d0aef218
......@@ -431,6 +431,10 @@ XVisualInfo *X11DRV_setup_opengl_visual( Display *display )
#else /* no OpenGL includes */
void X11DRV_OpenGL_Init(Display *display)
{
}
int X11DRV_ChoosePixelFormat(X11DRV_PDEVICE *physDev,
const PIXELFORMATDESCRIPTOR *ppfd) {
ERR("No OpenGL support compiled in.\n");
......
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