Changeset 18565 in vbox for trunk/src/VBox/Frontends/VirtualBox/include
- Timestamp:
- Mar 31, 2009 12:24:11 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 45459
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/include/VBoxUtils-darwin.h
r17340 r18565 222 222 { 223 223 /* Event classes */ 224 kEventClassVBox = 'vbox',224 kEventClassVBox = 'vbox', 225 225 /* Event kinds */ 226 kEventVBoxShowWindow = 'swin', 227 kEventVBoxMoveWindow = 'mwin', 228 kEventVBoxResizeWindow = 'rwin', 229 kEventVBoxUpdateDock = 'udck' 226 kEventVBoxShowWindow = 'swin', 227 kEventVBoxHideWindow = 'hwin', 228 kEventVBoxMoveWindow = 'mwin', 229 kEventVBoxResizeWindow = 'rwin', 230 kEventVBoxDisposeWindow = 'dwin', 231 kEventVBoxUpdateDock = 'udck' 230 232 }; 231 233 OSStatus darwinOverlayWindowHandler (EventHandlerCallRef aInHandlerCallRef, EventRef aInEvent, void *aInUserData);
Note:
See TracChangeset
for help on using the changeset viewer.