Commit c5a702f5 authored by Peter Oberndorfer's avatar Peter Oberndorfer Committed by Alexandre Julliard

opengl32: Fix a typo (wglShaderLists -> wglShareLists).

parent 9cd60e20
......@@ -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();
......
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