Mercurial > sdl-ios-xcode
view src/thread/pth/SDL_sysmutex_c.h @ 925:15ff92ae7e1b
Do not destroy window on resize, so we can go back to original size from maximized size
author | Patrice Mandin <patmandin@gmail.com> |
---|---|
date | Mon, 09 Aug 2004 11:53:14 +0000 |
parents | 1d74ddc90cb2 |
children | d910939febfa |
line wrap: on
line source
#ifndef _SDL_SYSMUTEX_C_H_ #define _SDL_SYSMUTEX_C_H_ struct SDL_mutex { pth_mutex_t mutexpth_p; }; #endif /* _SDL_SYSMUTEX_C_H_ */