libsdl-org / sdlwiki

This is the raw contents of SDL's wiki. You can edit this through GitHub or at https://wiki.libsdl.org/ now!
https://wiki.libsdl.org/
79 stars 32 forks source link

Add SDL_FreeSurface() reference on IMG_Load page. #554

Closed vchimishuk closed 2 months ago

vchimishuk commented 2 months ago

Simply adds a missing HTTP link.

icculus commented 2 months ago

The problem is that we can't link directly to SDL functions from the satellite libraries because they live in different directories in the wiki.

We could make this a literal https link to the wiki, though, which would work in both the wiki and the headers (where this function also wouldn't exist, so a real URL to the external docs could be helpful).

icculus commented 2 months ago

I've done this now in 348c74ad9efdf72eafe604a543f012b6a57fbb43. I think this will solve the problem. Thanks for pointing it out!

vchimishuk commented 2 months ago

Thank you.