diff options
| author | 2016-06-11 12:02:22 -0400 | |
|---|---|---|
| committer | 2016-06-11 12:02:22 -0400 | |
| commit | 1f8cf36ec98b4f3fe0df3d5ab227665cee62bf90 (patch) | |
| tree | 6b0e9fd9342d3e19220a190fcbd840a0e712f3c6 /src/osd/modules/debugger/debugwin.cpp | |
| parent | 6bea81d33a449f2892d1527f6acc1e6ae8057726 (diff) | |
Move window_list to osd_common_t
Diffstat (limited to 'src/osd/modules/debugger/debugwin.cpp')
| -rw-r--r-- | src/osd/modules/debugger/debugwin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osd/modules/debugger/debugwin.cpp b/src/osd/modules/debugger/debugwin.cpp index 9065f799f2e..418e24287ef 100644 --- a/src/osd/modules/debugger/debugwin.cpp +++ b/src/osd/modules/debugger/debugwin.cpp @@ -237,7 +237,7 @@ void debugger_windows::show_all() void debugger_windows::hide_all() { - SetForegroundWindow(window_list.front()->platform_window<HWND>()); + SetForegroundWindow(osd_common_t::s_window_list.front()->platform_window<HWND>()); for (debugwin_info &info : m_window_list) info.hide(); } |
