diff options
author | David Thompson <dthompson2@worcester.edu> | 2017-03-29 17:55:52 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2017-03-29 17:55:52 -0400 |
commit | 429d7c01b04728fec4bc3896ec70bd970ceecc04 (patch) | |
tree | 901ec941cbea63dccc4da8c4e37ec67b8ddff0e6 /sdl2 | |
parent | cfe2a2f4ffd339bce763764098a6a415653b5acc (diff) |
surface: Export pixel-format-name.
* sdl2/surface.scm: Export pixel-format-name.
Diffstat (limited to 'sdl2')
-rw-r--r-- | sdl2/surface.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sdl2/surface.scm b/sdl2/surface.scm index c47efb7..bcdb588 100644 --- a/sdl2/surface.scm +++ b/sdl2/surface.scm @@ -43,6 +43,7 @@ palette-colors pixel-format? + pixel-format-name pixel-format-palette pixel-format-bits-per-pixel pixel-format-bytes-per-pixel |