Changeset 20368 in vbox for trunk/src/VBox/Frontends/VBoxSDL
- Timestamp:
- Jun 8, 2009 12:26:11 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp
r20267 r20368 3719 3719 #ifdef RT_OS_DARWIN 3720 3720 #include <Carbon/Carbon.h> 3721 __BEGIN_DECLS3721 RT_BEGIN_DECLS 3722 3722 /* Private interface in 10.3 and later. */ 3723 3723 typedef int CGSConnection; … … 3731 3731 extern CGError CGSGetGlobalHotKeyOperatingMode(CGSConnection Connection, CGSGlobalHotKeyOperatingMode *enmMode); 3732 3732 extern CGError CGSSetGlobalHotKeyOperatingMode(CGSConnection Connection, CGSGlobalHotKeyOperatingMode enmMode); 3733 __END_DECLS3733 RT_END_DECLS 3734 3734 3735 3735 /** Keeping track of whether we disabled the hotkeys or not. */
Note:
See TracChangeset
for help on using the changeset viewer.