summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/sdl/window.h
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2015-01-28 09:20:10 +0100
committer Miodrag Milanovic <mmicko@gmail.com>2015-01-28 09:20:10 +0100
commit26e7a17b6326aa5a75a6276e52cf84a94c16d7a0 (patch)
treebab4468226c59d590688e0ece892f5bfbca58736 /src/osd/sdl/window.h
parent13b862c4fae88f0f819c2c4416d49249e4de45b9 (diff)
Cleanups and version bumpmame0158
Diffstat (limited to 'src/osd/sdl/window.h')
-rw-r--r--src/osd/sdl/window.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/osd/sdl/window.h b/src/osd/sdl/window.h
index 3b47433a91d..ca7d8746c04 100644
--- a/src/osd/sdl/window.h
+++ b/src/osd/sdl/window.h
@@ -61,8 +61,8 @@ struct sdl_window_info
m_fullscreen = !video_config.windowed;
prescale = video_config.prescale;
- windowed_width = config->width;
- windowed_height = config->height;
+ windowed_width = config->width;
+ windowed_height = config->height;
}
void video_window_update(running_machine &machine);