From: George H. <geo...@us...> - 2007-05-22 07:36:43
|
Update of /cvsroot/win32forth/win32forth-stc/src/lib In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv9168/win32forth-stc/src/lib Modified Files: TrayWindow.f Log Message: gah:modified .classes to ignore the anonymous class of :objects, removed name> and voc>vcfa. Moved get-mouse-xy to generic.f and made thread safe (per the ITC). Index: TrayWindow.f =================================================================== RCS file: /cvsroot/win32forth/win32forth-stc/src/lib/TrayWindow.f,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** TrayWindow.f 8 May 2007 08:31:46 -0000 1.1 --- TrayWindow.f 22 May 2007 07:36:20 -0000 1.2 *************** *** 14,18 **** Require window.f - Require control.f cr .( Loading TrayWindow class...) --- 14,17 ---- |