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:
authorRob Haarsma <phaseIV@zonnet.nl>2003-05-09 00:53:38 +0400
committerRob Haarsma <phaseIV@zonnet.nl>2003-05-09 00:53:38 +0400
commitcf6def23e392e738c83181c247166f2c5074d948 (patch)
tree96f554d4f6074bd6e0203c4887a0802b43741497 /source/creator/creator.c
parentc794506cb3b8b637ec346b4a47dea569f23a0e0e (diff)
forgot to commit this one for win/fullscreen
Diffstat (limited to 'source/creator/creator.c')
-rw-r--r--source/creator/creator.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/source/creator/creator.c b/source/creator/creator.c
index 7da10b06f18..57e4d9c9146 100644
--- a/source/creator/creator.c
+++ b/source/creator/creator.c
@@ -342,10 +342,15 @@ int main(int argc, char **argv)
*/
winlay_get_screensize(&sizx, &sizy);
setprefsize(0, 0, sizx, sizy);
+#ifdef _WIN32 // FULLSCREEN
+ G.windowstate = G_WINDOWSTATE_BORDER;
+#endif
break;
case 'W':
/* XXX, fixme zr, borderless on win32 */
- setfullscreen();
+#ifdef _WIN32 // FULLSCREEN
+ G.windowstate = G_WINDOWSTATE_FULLSCREEN;
+#endif
break;
case 'n':
case 'N':