SDL_mutex definition name

Hello,

This is an absolutely idiot question. Almost every SDL data type are
name by SDL_ and followed by something starting with a caps :

SDL_Rect, SDL_Surface, …

Why SDL_mutex has no caps? :slight_smile:

Cheers,–
David Demelier

David Demelier wrote:

Hello,

This is an absolutely idiot question. Almost every SDL data type are
name by SDL_ and followed by something starting with a caps :

SDL_Rect, SDL_Surface, …

Why SDL_mutex has no caps? :slight_smile:

Cheers,

–
David Demelier


SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org

It’s a synchronization primitive. I don’t believe that SDL capitalizes any primitive types that are preceded by SDL_.------------------------
EM3 Nathaniel Fries, U.S. Navy

http://natefries.net/