Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | surface: Add useful selectors. | David Thompson | 2015-12-20 | 1 | -1/+45 |
| | | | | | | | * sdl2/surface.scm (pointer-int-ref, surface-width, surface-height) (surface-pitch, surface-pixels): New procedures. (%int-size, %pointer-size, %width-offset, %height-offset, %pitch-offset) (%pixels-offset): New variables. | ||||
* | surface: Fix argument name in record type printer. | David Thompson | 2015-12-17 | 1 | -2/+2 |
| | | | | | * sdl2/surface.scm (<surface>): s/context/surface/ in record type printer. | ||||
* | Add a few surface bindings. | David Thompson | 2015-12-13 | 1 | -0/+66 |
* sdl2/bindings.scm (sdl-rw-from-file, sdl-free-surface, sdl-load-bmp-rw): New procedures. * sdl2/surface.scm: New file. * Makefile.am (SOURCES): Add it. |