From: Dirk B. <db...@us...> - 2006-10-09 19:05:26
|
Update of /cvsroot/win32forth/win32forth/apps/Win32ForthIDE In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv26988/apps/Win32ForthIDE Modified Files: Main.f Log Message: Setting the tread priority of the main task removed. It blocks the system too mutch. Index: Main.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/apps/Win32ForthIDE/Main.f,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -d -r1.28 -r1.29 *** Main.f 26 Aug 2006 15:25:32 -0000 1.28 --- Main.f 9 Oct 2006 19:05:23 -0000 1.29 *************** *** 958,962 **** : Main ( -- ) ! above start: Frame GetHandle: frame hwndOwner ! DefaultPrinter \ initialise PSD and PD --- 958,966 ---- : Main ( -- ) ! ! \ Removed setting the thread priority of the main task. It block's the system ! \ too mutch and isn't realy needed (Montag, Oktober 09 2006, dbu). ! \ above ! start: Frame GetHandle: frame hwndOwner ! DefaultPrinter \ initialise PSD and PD |