Module: wine Branch: master Commit: 7dd0eaa904965541a53a1417c2b5d5e6878401e7 URL: http://source.winehq.org/git/wine.git/?a=commit;h=7dd0eaa904965541a53a1417c2...
Author: Alexandre Julliard julliard@winehq.org Date: Mon Nov 6 15:40:01 2006 +0100
winex11.drv: Fixed build without OpenGL headers.
---
dlls/winex11.drv/opengl.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/winex11.drv/opengl.c b/dlls/winex11.drv/opengl.c index fcb39d4..537d7b2 100644 --- a/dlls/winex11.drv/opengl.c +++ b/dlls/winex11.drv/opengl.c @@ -2841,7 +2841,7 @@ PROC X11DRV_wglGetProcAddress(LPCSTR lps return NULL; }
-HDC X11DRV_wglGetPbufferDCARB(X11DRV_PDEVICE *hDevice, HPBUFFERARB hPbuffer) +HDC X11DRV_wglGetPbufferDCARB(X11DRV_PDEVICE *hDevice, void *hPbuffer) { ERR_(opengl)("No OpenGL support compiled in.\n"); return NULL;