Changeset 65159 in vbox for trunk/src/VBox/Devices/Graphics
- Timestamp:
- Jan 5, 2017 4:53:19 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-cocoa.m
r63482 r65159 42 42 * of NSView. There are transparency issues with the former, 43 43 * so for the time being we're using the latter. */ 44 #if 0 45 # define USE_NSOPENGLVIEW44 #if 0 || DOXYGEN_RUNNING 45 # define USE_NSOPENGLVIEW 46 46 #endif 47 47 … … 699 699 * Document me later. 700 700 * 701 * @param ppView 702 * @param ppCtx 701 703 * @param pParentView The parent view if this is a context we'll be 702 704 * presenting to. 705 * @param cx 706 * @param cy 707 * @param pSharedCtx 708 * @param fOtherProfile 703 709 */ 704 710 VMSVGA3DCOCOA_DECL(bool) vmsvga3dCocoaCreateViewAndContext(NativeNSViewRef *ppView, NativeNSOpenGLContextRef *ppCtx,
Note:
See TracChangeset
for help on using the changeset viewer.