Artifact d0e3d962720987a7ca47c6b269e8e23085186352:
- File canvas-draw/chicken/canvas-draw-debug.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: 358) [annotate] [blame] [check-ins using]
(require-library canvas-draw-base) (module canvas-draw-debug (context:debug) (import scheme chicken foreign canvas-draw-base) ;; {{{ Data types (foreign-declare "#include <cd.h>\n" "#include <cddebug.h>\n") (include "canvas-draw-types.scm") ;; }}} ;; {{{ Context types (define context:debug (foreign-value "CD_DEBUG" nonnull-context)) ;; }}} )