Update of /cvsroot/win32forth/win32forth/src
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv21109
Modified Files:
FONTS.F
Log Message:
- Added a missing member function for compatiblity with the Quadrix game.
Index: FONTS.F
===================================================================
RCS file: /cvsroot/win32forth/win32forth/src/FONTS.F,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** FONTS.F 17 Feb 2006 16:43:16 -0000 1.8
--- FONTS.F 27 Apr 2008 11:21:19 -0000 1.9
***************
*** 38,40 ****
--- 38,44 ----
GetHandle: super ;M
+ \ found this in an old w32f application...
+ :M zHandle: ( -- )
+ Destroy: super ;M
+
;class
|