Previous 199869 Revisions Next

r34895 Friday 6th February, 2015 at 21:20:34 UTC by Couriersud
Fix baseline (windows) "-video none" build. There is something else
going wrong here. The renderer is never setup and actually called. That
may be one purpose but should be documented in renderer_none. (nw)
[src/osd/windows]window.c

trunk/src/osd/windows/window.c
r243406r243407
803803   }
804804
805805   // if we're visible and running and not in the middle of a resize, draw
806   if (m_hwnd != NULL && m_target != NULL)
806   if (m_hwnd != NULL && m_target != NULL && m_renderer != NULL)
807807   {
808808      int got_lock = TRUE;
809809


Previous 199869 Revisions Next


© 1997-2024 The MAME Team