Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | window: Allow unspecified and centered window positions. | David Thompson | 2015-12-22 | 1 | -4/+16 |
| | | | | | | | | * sdl2/bindings.scm (SDL_WINDOWPOS_CENTERED, SDL_WINDOWPOS_UNDEFINED): New variables. * sdl2/video.scm (make-window): Accept #f and 'center' as valid coordinates for undefined and centered positioning, respectively. Use an undefined position by default. | ||||
* | window: Improve call-with-window. | David Thompson | 2015-12-14 | 1 | -9/+7 |
| | | | | | * sdl2/video.scm (call-with-window): Use a pre-existing window object instead of making a new one. | ||||
* | Remove "sdl-" prefix from symbols in window module. | David Thompson | 2015-12-14 | 1 | -69/+69 |
| | |||||
* | Initial commit. | David Thompson | 2015-10-06 | 1 | -0/+256 |
Let's do this! |