Artifact a5eb1aed85d1db9283f069cc59d02f6e4663b2ef:
- File canvas-draw/chicken/canvas-draw-ps.scm — part of check-in [ed10f826ff] at 2011-01-30 17:39:09 on branch trunk — Re-ran configure in ffcall and imported canvas-draw source (user: matt, size: 343) [annotate] [blame] [check-ins using]
(require-library canvas-draw-base) (module canvas-draw-ps (context:ps) (import scheme chicken foreign canvas-draw-base) ;; {{{ 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)) ;; }}} )