- 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! :)
This commit is contained in:
Ton Roosendaal 2003-10-09 12:20:14 +00:00
parent 416b110f90
commit 6f34249924

@ -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);