From: George H. <geo...@us...> - 2005-10-19 12:10:03
|
Update of /cvsroot/win32forth/win32forth/apps/ForthForm In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21054/win32forth/apps/ForthForm Modified Files: FORMCONTROLS.F Log Message: gah: Removed duplicate IVAR which was causing a redefinition with latest class code (it doesn't appear to be called anywhere, but if so needs to restored with a unique name) Index: FORMCONTROLS.F =================================================================== RCS file: /cvsroot/win32forth/win32forth/apps/ForthForm/FORMCONTROLS.F,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** FORMCONTROLS.F 21 Aug 2005 06:22:00 -0000 1.2 --- FORMCONTROLS.F 19 Oct 2005 12:09:55 -0000 1.3 *************** *** 623,627 **** ;RecordSize: SizeOf(ctrlData) ! BitmapObject ctrlBitmap int oldstyle --- 623,627 ---- ;RecordSize: SizeOf(ctrlData) ! \ BitmapObject ctrlBitmap \ doesn't appear to be and causes problems with bytes IVAR above gah int oldstyle |