From: Dirk B. <db...@us...> - 2005-12-26 09:28:32
|
Update of /cvsroot/win32forth/win32forth/demos/GdiDemo In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26322/demos/GdiDemo Modified Files: Metafile.f Log Message: More documentation added. Index: Metafile.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/demos/GdiDemo/Metafile.f,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Metafile.f 5 Nov 2005 13:22:16 -0000 1.3 --- Metafile.f 26 Dec 2005 09:28:23 -0000 1.4 *************** *** 1,4 **** \ File: GdiDemo.f ! \ Purpose: Demo application fpr the GDI class library \ Written: Sonntag, Oktober 30 2005 by Dirk Busch \ Licence: Public Domain --- 1,4 ---- \ File: GdiDemo.f ! \ Purpose: Demo application for the GDI class library \ Written: Sonntag, Oktober 30 2005 by Dirk Busch \ Licence: Public Domain *************** *** 10,14 **** needs gdi/gdi.f \ the GDI class library ! 1 value create-tunkey? \ ---------------------------------------------------------------------- --- 10,14 ---- needs gdi/gdi.f \ the GDI class library ! 0 value create-tunkey? \ ---------------------------------------------------------------------- |