diff options
| author | 2014-10-15 07:19:47 +0000 | |
|---|---|---|
| committer | 2014-10-15 07:19:47 +0000 | |
| commit | c93ed344fbd26a9c2c49bdbc99014d8dc0cbe9ef (patch) | |
| tree | a5017b8341bdadc5bcd1185ae49fe4c0a85424b8 /src/osd/windows/video.c | |
| parent | a4dd32afb6cbfaae0e452c90486060682ab1c31c (diff) | |
Cleanups and version bumpmame0155
Diffstat (limited to 'src/osd/windows/video.c')
| -rw-r--r-- | src/osd/windows/video.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/osd/windows/video.c b/src/osd/windows/video.c index 65a82976cc6..1841ad30100 100644 --- a/src/osd/windows/video.c +++ b/src/osd/windows/video.c @@ -97,7 +97,7 @@ bool windows_osd_interface::video_init() void windows_osd_interface::video_exit() { window_exit(); - + // free all of our monitor information while (win_monitor_list != NULL) { @@ -111,10 +111,10 @@ void windows_osd_interface::video_exit() win_monitor_info::win_monitor_info() : next(NULL), - handle(NULL), - aspect(0.0f), - reqwidth(0), - reqheight(0) + handle(NULL), + aspect(0.0f), + reqwidth(0), + reqheight(0) { } |
