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