From: Rod O. <rod...@us...> - 2006-05-17 20:13:36
|
Update of /cvsroot/win32forth/win32forth/src/console In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv6488/src/console Modified Files: Statbar.f Log Message: Rod: Removed WS_BORDER Index: Statbar.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/console/Statbar.f,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Statbar.f 14 May 2006 10:46:19 -0000 1.4 --- Statbar.f 17 May 2006 20:13:33 -0000 1.5 *************** *** 39,43 **** :M DefStyle: ( -- style) \ default control style ! [ WS_BORDER WS_VISIBLE OR WS_CHILD OR ] literal ;M --- 39,43 ---- :M DefStyle: ( -- style) \ default control style ! [ WS_VISIBLE WS_CHILD OR ] literal ;M |