From 870db16e99efcb64a95ca1e321e8dacc389ce53e Mon Sep 17 00:00:00 2001 From: Brad Hughes Date: Sun, 17 Apr 2016 18:27:07 -0400 Subject: Standardize platform window pointer storage in osd_window. Also encapsulate show/hide capture/release cursor functionality. --- src/osd/modules/debugger/win/debugwininfo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/osd/modules/debugger/win/debugwininfo.cpp') diff --git a/src/osd/modules/debugger/win/debugwininfo.cpp b/src/osd/modules/debugger/win/debugwininfo.cpp index 64d178de9f9..8c02ee17e1c 100644 --- a/src/osd/modules/debugger/win/debugwininfo.cpp +++ b/src/osd/modules/debugger/win/debugwininfo.cpp @@ -35,7 +35,7 @@ debugwin_info::debugwin_info(debugger_windows_interface &debugger, bool is_main_ register_window_class(); m_wnd = win_create_window_ex_utf8(DEBUG_WINDOW_STYLE_EX, "MAMEDebugWindow", title, DEBUG_WINDOW_STYLE, - 0, 0, 100, 100, win_window_list->m_hwnd, create_standard_menubar(), GetModuleHandleUni(), this); + 0, 0, 100, 100, win_window_list->platform_window(), create_standard_menubar(), GetModuleHandleUni(), this); if (m_wnd == NULL) return; -- cgit v1.2.3