- attempt to have windows screen come to forefront sooner

This commit is contained in:
Mark Vejvoda
2012-07-27 19:08:41 +00:00
parent 0e0c43f14a
commit 0309e83791
3 changed files with 24 additions and 7 deletions

View File

@@ -401,6 +401,9 @@ void Window::setStyle(WindowStyle windowStyle) {
void Window::create() {
// nothing here
#ifdef WIN32
ontop_win32(this->w,this->h);
#endif
}
void Window::destroy() {