add glut callback-pointer types
authorDaniel Hartwig <mandyke@gmail.com>
Mon, 11 Feb 2013 06:14:16 +0000 (14:14 +0800)
committerDaniel Hartwig <mandyke@gmail.com>
Mon, 11 Feb 2013 06:17:12 +0000 (14:17 +0800)
commit13a9b539082eec2f6c5991d7e196efccecf4e20b
treeb257a016288c143e1a67dad35312dc3f74a2da96
parent7100c070a3ea72ed8cea95a165afa2452e9e054a
add glut callback-pointer types

* figl/glut/types.scm: New file.  Contains types previously defined in
  low-level.  Add callback-pointer types, but not used yet.

* figl/glut/low-level.scm: Move previous type definitions to new types
  module.

* Makefile.am: Update for new file.
Makefile.am
figl/glut/low-level.scm
figl/glut/types.scm [new file with mode: 0644]