Changeset 63482 in vbox for trunk/src/VBox/Devices/Graphics
- Timestamp:
- Aug 15, 2016 2:24:48 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-cocoa.m
r63480 r63482 835 835 VMSVGA3DCOCOA_DECL(void) vmsvga3dCocoaViewSetPosition(NativeNSViewRef pView, NativeNSViewRef pParentView, int x, int y) 836 836 { 837 RT_NOREF(pParentView); 837 838 LogFlow(("vmsvga3dCocoaViewSetPosition: pView=%p pParentView=%p (%d,%d)\n", (void *)pView, (void *)pParentView, x, y)); 838 839 NSAutoreleasePool *pPool = [[NSAutoreleasePool alloc] init];
Note:
See TracChangeset
for help on using the changeset viewer.