From 54dbfe1aa54f5a47c4f6b35a1653a73b040c5b9e Mon Sep 17 00:00:00 2001 From: mooglyguy Date: Sat, 6 Oct 2018 12:25:05 +0200 Subject: osdwindows: Fixed the BGFX not rendering across multiple windows. Internal UI is still glitchy. [Ryan Holtz] --- src/osd/windows/window.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/osd/windows/window.cpp b/src/osd/windows/window.cpp index 69bb5153ed4..ca4062a9adf 100644 --- a/src/osd/windows/window.cpp +++ b/src/osd/windows/window.cpp @@ -325,6 +325,7 @@ win_window_info::win_window_info( m_non_fullscreen_bounds.right = 0; m_non_fullscreen_bounds.bottom = 0; m_prescale = video_config.prescale; + m_index = index; } POINT win_window_info::s_saved_cursor_pos = { -1, -1 }; -- cgit v1.2.3