Module: wine Branch: master Commit: c5a702f513623d81aac5f5d9ad4046dc074c31ef URL: http://source.winehq.org/git/wine.git/?a=commit;h=c5a702f513623d81aac5f5d9ad...
Author: Peter Oberndorfer kumbayo84@arcor.de Date: Tue Jul 1 22:08:30 2008 +0200
opengl32: Fix a typo (wglShaderLists -> wglShareLists).
---
dlls/winex11.drv/opengl.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dlls/winex11.drv/opengl.c b/dlls/winex11.drv/opengl.c index 23f53d6..a68591d 100644 --- a/dlls/winex11.drv/opengl.c +++ b/dlls/winex11.drv/opengl.c @@ -1850,7 +1850,7 @@ BOOL X11DRV_wglMakeContextCurrentARB(X11DRV_PDEVICE* pDrawDev, X11DRV_PDEVICE* p /** * X11DRV_wglShareLists * - * For OpenGL32 wglShaderLists. + * For OpenGL32 wglShareLists. */ BOOL X11DRV_wglShareLists(HGLRC hglrc1, HGLRC hglrc2) { Wine_GLContext *org = (Wine_GLContext *) hglrc1; @@ -3652,7 +3652,7 @@ BOOL X11DRV_wglMakeCurrent(X11DRV_PDEVICE *physDev, HGLRC hglrc) { /** * X11DRV_wglShareLists * - * For OpenGL32 wglShaderLists. + * For OpenGL32 wglShareLists. */ BOOL X11DRV_wglShareLists(HGLRC hglrc1, HGLRC hglrc2) { opengl_error();