Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/intern
diff options
context:
space:
mode:
authorRob Haarsma <phaseIV@zonnet.nl>2003-05-05 14:53:04 +0400
committerRob Haarsma <phaseIV@zonnet.nl>2003-05-05 14:53:04 +0400
commit8718b91af0817f1fc276eed35585d0ee985ca717 (patch)
treea04eb7d00a231abf4187d795d894b9d796defae0 /intern
parent9e79a6222f7b3df073ad1f4244f400a22a9f92c8 (diff)
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.
Diffstat (limited to 'intern')
-rw-r--r--intern/ghost/intern/GHOST_SystemWin32.cpp4
1 files changed, 2 insertions, 2 deletions
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;