Changeset 40703 in vbox for trunk/src/VBox/HostServices/SharedOpenGL/render
- Timestamp:
- Mar 28, 2012 6:45:48 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedOpenGL/render/renderspu_cocoa_helper.m
r40697 r40703 1688 1688 if (pFmt) 1689 1689 { 1690 *ppCtx = [[OverlayOpenGLContext alloc] initWithFormat:pFmt shareContext: nil];1690 *ppCtx = [[OverlayOpenGLContext alloc] initWithFormat:pFmt shareContext:pSharedCtx]; 1691 1691 1692 1692 /* Enable multi threaded OpenGL engine */
Note:
See TracChangeset
for help on using the changeset viewer.