From: Dirk B. <db...@us...> - 2006-09-24 08:32:42
|
Update of /cvsroot/win32forth/win32forth-stc/src/console In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv10017/src/console Modified Files: Console2.f Log Message: Removed some temp change because AS now work's as expected in the STC-Kernel. Index: Console2.f =================================================================== RCS file: /cvsroot/win32forth/win32forth-stc/src/console/Console2.f,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Console2.f 23 Sep 2006 10:18:34 -0000 1.1 --- Console2.f 24 Sep 2006 08:32:38 -0000 1.2 *************** *** 341,346 **** \ running under Windows95 and we are already the foreground window. 0 proc GetActiveWindow ! 1 proc SetActiveWindow ! 1 proc SetForegroundWindow 2 proc GetWindowThreadProcessId 3 proc AttachThreadInput --- 341,346 ---- \ running under Windows95 and we are already the foreground window. 0 proc GetActiveWindow ! 1 proc SetActiveWindow as SetActiveWindow ! 1 proc SetForegroundWindow as SetForegroundWindow 2 proc GetWindowThreadProcessId 3 proc AttachThreadInput *************** *** 356,362 **** then 3drop ; - : SetForegroundWindow call SetForegroundWindow ; \ temp - : SetActiveWindow call SetActiveWindow ; \ temp - : (SetForegroundWindow) ( hwnd -- ) \ w32f \ *G The SetForegroundWindow function puts the thread that created the specified window --- 356,359 ---- |