Changeset 5137 in vbox for trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp
- Timestamp:
- Oct 2, 2007 11:11:33 AM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 25007
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp
r5084 r5137 3082 3082 // first handle the debugger hotkeys 3083 3083 uint8_t *keystate = SDL_GetKeyState(NULL); 3084 #if 03084 #if 1 3085 3085 // CTRL+ALT+Fn is not free on Linux hosts with Xorg .. 3086 3086 if (keystate[SDLK_LALT] && !keystate[SDLK_LCTRL])
Note:
See TracChangeset
for help on using the changeset viewer.