summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/sdl/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/sdl/window.h')
-rw-r--r--src/osd/sdl/window.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/osd/sdl/window.h b/src/osd/sdl/window.h
index a666b984674..3b47433a91d 100644
--- a/src/osd/sdl/window.h
+++ b/src/osd/sdl/window.h
@@ -61,11 +61,8 @@ struct sdl_window_info
m_fullscreen = !video_config.windowed;
prescale = video_config.prescale;
- if (!m_fullscreen)
- {
- windowed_width = config->width;
- windowed_height = config->height;
- }
+ windowed_width = config->width;
+ windowed_height = config->height;
}
void video_window_update(running_machine &machine);