Artifact b927d2b6295959b59d8c34015b1335b38471ea3c:
- File canvas-draw/canvas-draw-metafile.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: 271) [annotate] [blame] [check-ins using]
;; -*- mode: Scheme; tab-width: 2; -*- ;; ;; {{{ Data types (foreign-declare "#include <cd.h>\n" "#include <cdmf.h>\n") (include "canvas-draw-types.scm") ;; }}} ;; {{{ Context types (define context:metafile (foreign-value "CD_METAFILE" nonnull-context)) ;; }}}