Merge remote-tracking branch 'origin/master' into feature/machine_and_kb
This commit is contained in:
@@ -1051,7 +1051,7 @@ plat_setfullscreen(int on)
|
||||
if ((!!(on & 1)) == (!!video_fullscreen))
|
||||
return;
|
||||
|
||||
if (on && (start_in_fullscreen || video_fullscreen_first)) {
|
||||
if (on && video_fullscreen_first) {
|
||||
video_fullscreen |= 2;
|
||||
if (ui_msgbox_header(MBX_INFO | MBX_DONTASK, (wchar_t *) IDS_2134, (wchar_t *) IDS_2052) == 10) {
|
||||
video_fullscreen_first = 0;
|
||||
|
||||
@@ -1427,7 +1427,7 @@ ui_init(int nCmdShow)
|
||||
}
|
||||
|
||||
/* Initialize the mouse module. */
|
||||
if (!start_in_fullscreen && !video_fullscreen_first)
|
||||
if (!start_in_fullscreen)
|
||||
win_mouse_init();
|
||||
|
||||
/*
|
||||
@@ -1459,7 +1459,7 @@ ui_init(int nCmdShow)
|
||||
plat_resize(scrnsz_x, scrnsz_y);
|
||||
|
||||
/* Initialize the rendering window, or fullscreen. */
|
||||
if (start_in_fullscreen || video_fullscreen_first)
|
||||
if (start_in_fullscreen)
|
||||
plat_setfullscreen(3);
|
||||
|
||||
/* Fire up the machine. */
|
||||
|
||||
Reference in New Issue
Block a user