diff options
| author | 2015-01-28 09:20:10 +0100 | |
|---|---|---|
| committer | 2015-01-28 09:20:10 +0100 | |
| commit | 26e7a17b6326aa5a75a6276e52cf84a94c16d7a0 (patch) | |
| tree | bab4468226c59d590688e0ece892f5bfbca58736 /src/osd/sdl/window.h | |
| parent | 13b862c4fae88f0f819c2c4416d49249e4de45b9 (diff) | |
Cleanups and version bumpmame0158
Diffstat (limited to 'src/osd/sdl/window.h')
| -rw-r--r-- | src/osd/sdl/window.h | 4 |
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); |
