aboutsummaryrefslogtreecommitdiff
path: root/sdl2/image/image.ha (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add ! after c::fromstr calls to handle nomemHaelwenn (lanodan) Monnier2025-10-211-2/+2
| | | | | | Lazy way out, might be better to change API either by returning nomem or using `*char` as parameter so it's caller controlled instead of `str`.
* Use types::c:: instead of char and strings::Autumn!2023-06-041-5/+5
| | | | Signed-off-by: Autumn! <autumnull@posteo.net>
* refactor names from e.g. sdl2::init() to sdl2::SDL_Init()Vlad-Stefan Harbuz2022-02-071-17/+17
| | | | Signed-off-by: Vlad-Stefan Harbuz <vlad@vladh.net>
* all: add error handling on initDrew DeVault2021-12-121-4/+6
|
* all: rig up Hare-native error handlingDrew DeVault2021-12-101-3/+19
|
* sdl2::image: initial commitDrew DeVault2021-12-091-0/+28
Some additional things which were needed to make this work were also added.