added fullscreen command line switch on Win32 -W

written by Florian Eggenberger.

Since Ghost in the bf tree is still used, i patched it here.
This commit is contained in:
Rob Haarsma 2003-05-05 10:53:04 +00:00
parent 9e79a6222f
commit 8718b91af0
1 changed files with 2 additions and 2 deletions

View File

@ -166,9 +166,9 @@ GHOST_IWindow* GHOST_SystemWin32::createWindow(
if (window) {
if (window->getValid()) {
// Store the pointer to the window
if (state != GHOST_kWindowStateFullScreen) {
// if (state != GHOST_kWindowStateFullScreen) {
m_windowManager->addWindow(window);
}
// }
}
else {
delete window;