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:
Diffstat (limited to 'source/blender/src')
-rw-r--r--source/blender/src/editscreen.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/src/editscreen.c b/source/blender/src/editscreen.c
index 0d0a301ad24..3a88e568546 100644
--- a/source/blender/src/editscreen.c
+++ b/source/blender/src/editscreen.c
@@ -1564,7 +1564,7 @@ void mainwindow_set_filename_to_title(char *filename)
/* ********* AREAS ************* */
-void setprefsize(int stax, int stay, int sizx, int sizy)
+void setprefsize(int stax, int stay, int sizx, int sizy, int maximized)
{
int scrwidth, scrheight;
@@ -1588,7 +1588,7 @@ void setprefsize(int stax, int stay, int sizx, int sizy)
prefsizx= sizx;
prefsizy= sizy;
- start_maximized= 0;
+ start_maximized= maximized;
}