mirror of
https://github.com/libretro/gambatte-libretro.git
synced 2024-11-23 07:49:48 +00:00
silly ifdef typo
git-svn-id: https://gambatte.svn.sourceforge.net/svnroot/gambatte@201 9dfb2916-2d38-0410-aef4-c5fe6c9ffc24
This commit is contained in:
parent
58ec25aff0
commit
edd2434ca2
@ -299,7 +299,7 @@ void MainWindow::toggleFullScreen() {
|
||||
#ifdef Q_WS_MAC // work around annoying random non-updating OpenGL on Mac OS X after full screen.
|
||||
blitterContainer->hide();
|
||||
blitterContainer->show();
|
||||
#else
|
||||
#endif
|
||||
blitterContainer->parentExclusiveEvent(hasFocus());
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user