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:
authorTon Roosendaal <ton@blender.org>2003-10-09 16:20:14 +0400
committerTon Roosendaal <ton@blender.org>2003-10-09 16:20:14 +0400
commit6f342499242c9faa9051d633caf53c90839e8568 (patch)
treef045844a76bbdbf227c80db6e402da9ffa7b1fa6 /source/creator
parent416b110f90825c1775151b58dd18b9c7835db492 (diff)
- increased default windowsize for OSX a bit, to match better a good
layout. Old size was 800x600, just not too nice New size is 900x768. this default small size is for older macs that dont allow full size 32 bits opengl windows... silly er! :)
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/creator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/creator/creator.c b/source/creator/creator.c
index f62fd394eac..c05af687274 100644
--- a/source/creator/creator.c
+++ b/source/creator/creator.c
@@ -204,7 +204,7 @@ int main(int argc, char **argv)
argc= 1;
- setprefsize(100, 100, 800, 600);
+ setprefsize(170, 100, 900, 768);
winlay_get_screensize(&scr_x, &scr_y);
winlay_process_events(0);