Artifact b3ceb42ae9205318196aa218dd7c453d2815a190:
- File canvas-draw/chicken/canvas-draw-gl.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-gl (context:gl) (import scheme chicken foreign canvas-draw-base) ;; {{{ Data types (foreign-declare "#include <cd.h>\n" "#include <cdgl.h>\n") (include "canvas-draw-types.scm") ;; }}} ;; {{{ Context types (define context:gl (foreign-value "CD_GL" nonnull-context)) ;; }}} )