| 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 |
| r243406 | r243407 | |
|---|---|---|
| 803 | 803 | } |
| 804 | 804 | |
| 805 | 805 | // 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) | |
| 807 | 807 | { |
| 808 | 808 | int got_lock = TRUE; |
| 809 | 809 |
| https://github.com/mamedev/mame/commit/9b460727ee87bb854aa57d2358c6cda55d85b43e |
| Previous | 199869 Revisions | Next |