Changeset 46545 in vbox for trunk/src/VBox/Additions/WINNT/Graphics
- Timestamp:
- Jun 14, 2013 8:53:42 AM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 86406
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/context.c
r46521 r46545 2940 2940 TRACE("Rendering offscreen.\n"); 2941 2941 2942 #ifndef VBOX_WINE_WITH_SINGLE_CONTEXT 2942 2943 /* Stay with the current context if possible. Otherwise use the 2943 2944 * context for the primary swapchain. */ … … 2945 2946 context = current_context; 2946 2947 else 2948 #endif 2947 2949 context = swapchain_get_context(device->swapchains[0]); 2948 2950 }
Note:
See TracChangeset
for help on using the changeset viewer.