Artifact 3cfbcaa7cd9bc90de7e84d8e0c9285d7297b9121:
- File canvas-draw/canvas-draw-gl.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: 259) [annotate] [blame] [check-ins using]
;; -*- mode: Scheme; tab-width: 2; -*- ;; ;; {{{ 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)) ;; }}}