|
|
@@ -3201,7 +3201,7 @@ public: |
|
|
setPixelFormat (pixelFormat);
|
|
|
setPixelFormat (pixelFormat);
|
|
|
|
|
|
|
|
|
if (contextToShareWith != 0 && renderContext != 0)
|
|
|
if (contextToShareWith != 0 && renderContext != 0)
|
|
|
wglShareLists (renderContext, contextToShareWith);
|
|
|
|
|
|
|
|
|
wglShareLists (contextToShareWith, renderContext);
|
|
|
}
|
|
|
}
|
|
|
|
|
|
|
|
|
~WindowedGLContext()
|
|
|
~WindowedGLContext()
|
|
|
|