Artifact 503a49419eafc4a309a2d1de00fb825c30fa700f:
- File canvas-draw/canvas-draw-ps.scm — part of check-in [b465d05d14] at 2013-05-11 16:59:59 on branch trunk — Updated iup and added canvas-draw (user: matt, size: 259) [annotate] [blame] [check-ins using]
;; -*- mode: Scheme; tab-width: 2; -*- ;; ;; {{{ Data types (foreign-declare "#include <cd.h>\n" "#include <cdps.h>\n") (include "canvas-draw-types.scm") ;; }}} ;; {{{ Context types (define context:ps (foreign-value "CD_PS" nonnull-context)) ;; }}}