Changeset 18654 in vbox for trunk/src/VBox/Frontends/VirtualBox/include/VBoxUtils-darwin.h
- Timestamp:
- Apr 2, 2009 4:38:05 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 45579
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/include/VBoxUtils-darwin.h
r18610 r18654 230 230 kEventVBoxDisposeWindow = 'dwin', 231 231 kEventVBoxUpdateDock = 'udck', 232 kEventVBoxUpdateContext = 'uctx' 232 kEventVBoxUpdateContext = 'uctx', 233 kEventVBoxBoundsChanged = 'bchg' 233 234 }; 235 236 void PostBoundsChanged (const QRect& rect); 234 237 OSStatus darwinOverlayWindowHandler (EventHandlerCallRef aInHandlerCallRef, EventRef aInEvent, void *aInUserData); 235 238
Note:
See TracChangeset
for help on using the changeset viewer.