Changeset 65159 in vbox
- Timestamp:
- Jan 5, 2017 4:53:19 PM (8 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
Makefile.kmk (modified) (1 diff)
-
src/VBox/Devices/Graphics/DevVGA-SVGA3d-cocoa.m (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile.kmk
r65153 r65159 919 919 -e '/\/include\/VBox\/com\/EventQueue\.h.* warning/b ignore' \ 920 920 -e '/\/include\/VBox\/com\/NativeEventQueue\.h.* warning/b ignore' \ 921 -e '/\/src\/VBox\/Devices\/Graphics\/.* warning/b ignore' \922 921 -e '/\/src\/VBox\/Main\/.* warning/b ignore' \ 923 922 -e '/\/src\/VBox\/Additions\/WINNT\/VBoxTray\/VBoxDispIf\.h.* warning/b ignore' \ -
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.

