- Added a custom mouse pointer (Kickstart 1.3 FTW!) in the menu
- Changed default font in the menu to Topaz New, size 14.
This commit is contained in:
parent
0b6fc80b20
commit
fb023d0546
10 changed files with 41 additions and 4 deletions
|
@ -1009,6 +1009,8 @@ static int real_main2 (int argc, TCHAR **argv)
|
|||
|
||||
if (SDL_SetHint(SDL_HINT_GRAB_KEYBOARD, "1") != SDL_TRUE)
|
||||
SDL_Log("SDL could not grab the keyboard");
|
||||
|
||||
SDL_ShowCursor(SDL_DISABLE);
|
||||
|
||||
set_config_changed();
|
||||
if (restart_config[0]) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue