mirror of
https://github.com/glest/glest-source.git
synced 2025-09-26 15:39:21 +02:00
- attempt to have windows screen come to forefront sooner
This commit is contained in:
@@ -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() {
|
||||
|
Reference in New Issue
Block a user