Changeset 3176 in vbox for trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp
- Timestamp:
- Jun 20, 2007 10:41:50 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp
r3153 r3176 1845 1845 bool fTerminateDuringStartup; 1846 1846 fTerminateDuringStartup = false; 1847 1848 LogRel(("VBoxSDL: NUM lock initially %s, CAPS lock initially %s\n", 1849 !!(SDL_GetModState() & KMOD_NUM) ? "ON" : "OFF", 1850 !!(SDL_GetModState() & KMOD_CAPS) ? "ON" : "OFF")); 1847 1851 1848 1852 /* start regular timer so we don't starve in the event loop */
Note:
See TracChangeset
for help on using the changeset viewer.