- Timestamp:
- Oct 23, 2007 2:01:21 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 25604
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp
r5252 r5441 3082 3082 // first handle the debugger hotkeys 3083 3083 uint8_t *keystate = SDL_GetKeyState(NULL); 3084 #if 13084 #if 0 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.