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
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2008-05-06 22:57:24 +0400
committerCampbell Barton <ideasman42@gmail.com>2008-05-06 22:57:24 +0400
commitc0d981f6db057fbe8c5a9483382bab1e20572e38 (patch)
tree615fab1f5afa51deb558bc8b73b8ad159de271ab /source/creator
parent4255f3c7abe5c0bc7e9d2bc407ec6671e6ae6c45 (diff)
patches
[#10529] -p command line option fix [#8844] Glossy controls Python API
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/creator.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/creator/creator.c b/source/creator/creator.c
index 2fd3a482a27..a4588bb4597 100644
--- a/source/creator/creator.c
+++ b/source/creator/creator.c
@@ -451,6 +451,7 @@ int main(int argc, char **argv)
sizx= atoi(argv[a]);
a++;
sizy= atoi(argv[a]);
+ G.windowstate = G_WINDOWSTATE_BORDER;
break;
case 'd':