mirror of https://github.com/mgba-emu/mgba.git
Qt: Fix Windows build
This commit is contained in:
parent
36daee6de3
commit
9c0ae33ddd
|
@ -208,7 +208,7 @@ void PainterGL::filter(bool filter) {
|
|||
|
||||
void PainterGL::start() {
|
||||
m_gl->makeCurrent();
|
||||
m_backend.d.init(&m_backend.d, (void*) m_gl->winId());
|
||||
m_backend.d.init(&m_backend.d, reinterpret_cast<WHandle>(m_gl->winId()));
|
||||
m_gl->doneCurrent();
|
||||
|
||||
m_drawTimer = new QTimer;
|
||||
|
|
Loading…
Reference in New Issue