diff options
| author | 2016-04-27 08:13:59 +0200 | |
|---|---|---|
| committer | 2016-04-27 08:13:59 +0200 | |
| commit | cfee536f22f032c7ead65075f73cc6fd8549e68b (patch) | |
| tree | f4b4703dd0295571684456c19668f508b3ddcb3a /src/osd/windows | |
| parent | be8159d01eaa7533e7758bf07384501dbc6214f3 (diff) | |
Cleanups and version bumpmame0173
Diffstat (limited to 'src/osd/windows')
| -rw-r--r-- | src/osd/windows/window.cpp | 6 | ||||
| -rw-r--r-- | src/osd/windows/winmain.cpp | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/src/osd/windows/window.cpp b/src/osd/windows/window.cpp index 8141dfc9a32..931af490f0f 100644 --- a/src/osd/windows/window.cpp +++ b/src/osd/windows/window.cpp @@ -378,7 +378,7 @@ win_window_info::win_window_info( m_non_fullscreen_bounds.bottom = 0; m_prescale = video_config.prescale; - + } win_window_info::~win_window_info() @@ -719,7 +719,7 @@ void winwindow_toggle_full_screen(void) // iterate over windows and toggle their fullscreen state for (auto window : win_window_list) SendMessage(window->platform_window<HWND>(), WM_USER_SET_FULLSCREEN, !video_config.windowed, 0); - + // Set the first window as foreground SetForegroundWindow(win_window_list.front()->platform_window<HWND>()); } @@ -1292,7 +1292,7 @@ int win_window_info::complete_create() menu, GetModuleHandleUni(), nullptr); - + if (hwnd == nullptr) return 1; diff --git a/src/osd/windows/winmain.cpp b/src/osd/windows/winmain.cpp index 136daea0636..8b30e0f9812 100644 --- a/src/osd/windows/winmain.cpp +++ b/src/osd/windows/winmain.cpp @@ -390,8 +390,8 @@ void MameMainApp::Run() // Required for IFrameworkView. void MameMainApp::Uninitialize() { - // Terminate events do not cause Uninitialize to be called. It will be called if your IFrameworkView - // class is torn down while the app is in the foreground. + // Terminate events do not cause Uninitialize to be called. It will be called if your IFrameworkView + // class is torn down while the app is in the foreground. } IFrameworkView^ MameViewSource::CreateView() @@ -589,4 +589,4 @@ static int is_double_click_start(int argc) return (argc <= 1 && startup_info.dwFlags && !(startup_info.dwFlags & STARTF_USESTDHANDLES)); } -#endif // WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP)
\ No newline at end of file +#endif // WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP) |
