From 8718b91af0817f1fc276eed35585d0ee985ca717 Mon Sep 17 00:00:00 2001 From: Rob Haarsma Date: Mon, 5 May 2003 10:53:04 +0000 Subject: 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. --- intern/ghost/intern/GHOST_SystemWin32.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'intern') diff --git a/intern/ghost/intern/GHOST_SystemWin32.cpp b/intern/ghost/intern/GHOST_SystemWin32.cpp index 1e9b03f4620..3d9943a5c8c 100644 --- a/intern/ghost/intern/GHOST_SystemWin32.cpp +++ b/intern/ghost/intern/GHOST_SystemWin32.cpp @@ -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; -- cgit v1.2.3