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

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