Mercurial > sdl-ios-xcode
view src/thread/pth/SDL_syscond_c.h @ 1218:057d313e36a2
Quartz target: set x and y field of mode list to 0 in SDL_ListMode call.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Mon, 02 Jan 2006 10:49:37 +0000 (2006-01-02) |
parents | 1d74ddc90cb2 |
children |
line wrap: on
line source
#ifndef _SDL_SYSCOND_C_H_ #define _SDL_SYSCOND_C_H_ struct SDL_cond { pth_cond_t condpth_p; }; #endif /* _SDL_SYSCOND_C_H_ */