Update of /cvsroot/win32forth/win32forth/src
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv10380
Modified Files:
Dc.f
Log Message:
Jos: Changes that Dirk posted.
Index: Dc.f
===================================================================
RCS file: /cvsroot/win32forth/win32forth/src/Dc.f,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** Dc.f 19 Apr 2008 20:29:10 -0000 1.14
--- Dc.f 20 Apr 2008 13:46:22 -0000 1.15
***************
*** 65,69 ****
:M RestoreDC: ( -- ) \ restore current DC context including font
! Restore: super ;M
:M SetFont: ( font_handle -- )
--- 65,69 ----
:M RestoreDC: ( -- ) \ restore current DC context including font
! -1 Restore: super ;M
:M SetFont: ( font_handle -- )
|