Commit a0882e9b authored by Mike McCormack's avatar Mike McCormack Committed by Alexandre Julliard

x11drv: Fix a warning when opengl headers are missing.

parent 3a3a0b30
......@@ -660,7 +660,7 @@ BOOL X11DRV_SetPixelFormat(X11DRV_PDEVICE *physDev,
* SwapBuffers (X11DRV.@)
*/
BOOL X11DRV_SwapBuffers(X11DRV_PDEVICE *physDev) {
ERR("No OpenGL support compiled in.\n");
ERR_(opengl)("No OpenGL support compiled in.\n");
return FALSE;
}
......
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