[wpdev-commits] wolfpack console_win.cpp,1.20,1.21
Brought to you by:
rip,
thiagocorrea
|
From: <thi...@us...> - 2004-01-20 02:06:03
|
Update of /cvsroot/wpdev/wolfpack In directory sc8-pr-cvs1:/tmp/cvs-serv2943 Modified Files: console_win.cpp Log Message: Changed GUI thread to low priority Index: console_win.cpp =================================================================== RCS file: /cvsroot/wpdev/wolfpack/console_win.cpp,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** console_win.cpp 8 Jan 2004 08:33:38 -0000 1.20 --- console_win.cpp 20 Jan 2004 02:06:00 -0000 1.21 *************** *** 488,492 **** cGuiThread guiThread( lpCmdLine ); ! guiThread.start(); MSG msg; --- 488,492 ---- cGuiThread guiThread( lpCmdLine ); ! guiThread.start( QThread::LowPriority ); MSG msg; |