From 6f342499242c9faa9051d633caf53c90839e8568 Mon Sep 17 00:00:00 2001 From: Ton Roosendaal Date: Thu, 9 Oct 2003 12:20:14 +0000 Subject: [PATCH] - 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! :) --- source/creator/creator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);