Changeset 23708 in vbox
- Timestamp:
- Oct 12, 2009 7:09:50 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 53426
- Location:
- trunk/src/VBox/Frontends/VirtualBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/include/VBoxUtils-darwin.h
r22524 r23708 22 22 */ 23 23 24 #ifndef __ VBoxUtils_darwin_h25 #define __ VBoxUtils_darwin_h24 #ifndef ___VBoxUtils_darwin_h 25 #define ___VBoxUtils_darwin_h 26 26 27 27 /* … … 254 254 #endif /* !__OBJC__ */ 255 255 256 #endif /* __VBoxUtils_darwin_h */257 256 #endif /* !___VBoxUtils_darwin_h */ 257 -
trunk/src/VBox/Frontends/VirtualBox/src/darwin/VBoxUtils-darwin-cocoa.m
r17349 r23708 36 36 if (aView) 37 37 window = [aView window]; 38 38 39 39 [pool release]; 40 40 return window; … … 47 47 NativeViewRef view = NULL; 48 48 if (aWindow) 49 view = [aWindow contentView]; 49 view = [aWindow contentView]; 50 50 51 51 [pool release];
Note:
See TracChangeset
for help on using the changeset viewer.