if (cfgfile)
_tcscpy (restart_config, cfgfile);
target_restart ();
- p->gfx_apmode[0].gfx_fullscreen = GFX_WINDOW;
- p->gfx_apmode[1].gfx_fullscreen = GFX_WINDOW;
-
}
#ifndef DONT_PARSE_CMDLINE
left = r.left;
top = r.top;
if (!gui_fullscreen) {
- if (isfullscreen () == 0) {
+ if (full_property_sheet || isfullscreen () == 0) {
regsetint (NULL, _T("GUIPosX"), left);
regsetint (NULL, _T("GUIPosY"), top);
} else if (isfullscreen () < 0) {
x = gui_fullscreen_rect.left;
y = gui_fullscreen_rect.top;
} else {
- if (isfullscreen() == 0) {
+ if (full_property_sheet || isfullscreen() == 0) {
regqueryint(NULL, _T("GUIPosX"), &x);
regqueryint(NULL, _T("GUIPosY"), &y);
} else if (isfullscreen() < 0) {