DerelictOrg / DerelictSDL2

Dynamic bindings to SDL2 and its satellite libraries for the D Programming Language.
115 stars 24 forks source link

Missing function: SDL_GetDefaultCursor #29

Closed p0nce closed 10 years ago

p0nce commented 10 years ago

Documented here: https://wiki.libsdl.org/SDL_GetDefaultCursor

p0nce commented 10 years ago

Fixed on ~master with https://github.com/DerelictOrg/DerelictSDL2/commit/696cd2d43d9f274d858d438f9461fcd37cdc78df (also tested the call). What should I do next about the three releases branches and associated tags?

mdparker commented 10 years ago

Thanks, ponce. I'll take care of it all in the next day or two. I've been wanting to hold off on tagging new releases until #28 is completely fixed. However, since I've already committed another bugfix recently and I don't want too many of them to pile up, I'll go ahead and do a temporary fix for #28 and push some new tags.

p0nce commented 10 years ago

As a data point, I'm not in a hurry for this function.

mdparker commented 10 years ago

Updated and tagged. Thanks!