reorganize file structures; allow for module-specific types
authorAndy Wingo <wingo@pobox.com>
Fri, 1 Feb 2013 20:20:17 +0000 (21:20 +0100)
committerAndy Wingo <wingo@pobox.com>
Fri, 1 Feb 2013 20:20:17 +0000 (21:20 +0100)
commit7ec693ed6a76a00b97f132d7a1c5667933325d62
treecb5b17a9951c081ed1a17107f170efb7ed5476df
parentb59ebd7ad5b33ddebe56313426828981eb507e4a
reorganize file structures; allow for module-specific types

* figl/runtime.scm: Rename from (figl low-level support).

* doc/low-level-glx.texi:
* doc/low-level-glu.texi:
* doc/low-level-gl.texi: Regenerated.

* figl/gl/low-level.scm:
* figl/glu/low-level.scm:
* figl/glx/low-level.scm: Moved here, from figl/low-level/foo.scm.

* maint/update-low-level-bindings: Update script for new locations, and
  to use type modules.

* figl/glx/types.scm:
* figl/glu/types.scm:
* figl/gl/types.scm: New module-specific types.

* figl/low-level/types.scm: Removed in favor of module-specific types.

* Makefile.am: Update.
12 files changed:
Makefile.am
doc/low-level-gl.texi
doc/low-level-glu.texi
doc/low-level-glx.texi
figl/gl/low-level.scm [moved from figl/low-level/gl.scm with 99% similarity]
figl/gl/types.scm [moved from figl/low-level/types.scm with 97% similarity]
figl/glu/low-level.scm [moved from figl/low-level/glu.scm with 98% similarity]
figl/glu/types.scm [new file with mode: 0644]
figl/glx/low-level.scm [moved from figl/low-level/glx.scm with 98% similarity]
figl/glx/types.scm [new file with mode: 0644]
figl/runtime.scm [moved from figl/low-level/support.scm with 78% similarity]
maint/update-low-level-bindings