Update of /cvsroot/htoolkit/port/src/Port
In directory sc8-pr-cvs1:/tmp/cvs-serv11050/src/Port
Modified Files:
Types.hs
Log Message:
Fix comments
Index: Types.hs
===================================================================
RCS file: /cvsroot/htoolkit/port/src/Port/Types.hs,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -d -r1.29 -r1.30
*** Types.hs 23 Aug 2003 16:10:47 -0000 1.29
--- Types.hs 23 Aug 2003 16:11:44 -0000 1.30
***************
*** 692,698 ****
toCDocumentInterface MDI = 2
! {-----------------------------------------------------------------------------------------
! Drawmode
! -----------------------------------------------------------------------------------------}
-- | The drawing mode.
data DrawMode = DrawCopy -- ^ Copy directly to the canvas
--- 692,698 ----
toCDocumentInterface MDI = 2
! -----------------------------------------------------------------------------------------
! -- Drawmode
! -----------------------------------------------------------------------------------------
-- | The drawing mode.
data DrawMode = DrawCopy -- ^ Copy directly to the canvas
***************
*** 709,713 ****
-----------------------------------------------------------------------------------------
! -- Drawmode
-----------------------------------------------------------------------------------------
--- 709,713 ----
-----------------------------------------------------------------------------------------
! -- PositionType
-----------------------------------------------------------------------------------------
|