From 16511ea5d27ce141584b988e659a8264bea1f150 Mon Sep 17 00:00:00 2001 From: mazze Date: Sun, 5 Aug 2012 23:23:59 +0000 Subject: [PATCH] Don't scare users by opening a full-sized window. git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@45388 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- compiler/autoinit/__stdiowin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/autoinit/__stdiowin.c b/compiler/autoinit/__stdiowin.c index ec053ee481..668e672656 100644 --- a/compiler/autoinit/__stdiowin.c +++ b/compiler/autoinit/__stdiowin.c @@ -1,3 +1,3 @@ /* Replace this with your own if you want */ -char __stdiowin[]="CON://///AUTO/CLOSE"; +char __stdiowin[]="CON:/30/400/100//AUTO/CLOSE"; -- 2.11.4.GIT