comparison src/cdrom/macosx/SDLOSXCAGuard.h @ 1668:4da1ee79c9af SDL-1.3

more tweaking indent options
author Sam Lantinga <slouken@libsdl.org>
date Mon, 29 May 2006 04:04:35 +0000
parents 782fd950bd46
children
comparison
equal deleted inserted replaced
1667:1fddae038bc8 1668:4da1ee79c9af
107 pthread_mutex_t mMutex; 107 pthread_mutex_t mMutex;
108 pthread_cond_t mCondVar; 108 pthread_cond_t mCondVar;
109 pthread_t mOwner; 109 pthread_t mOwner;
110 } SDLOSXCAGuard; 110 } SDLOSXCAGuard;
111 111
112 SDLOSXCAGuard *new_SDLOSXCAGuard (void); 112 SDLOSXCAGuard *new_SDLOSXCAGuard(void);
113 void delete_SDLOSXCAGuard (SDLOSXCAGuard * cag); 113 void delete_SDLOSXCAGuard(SDLOSXCAGuard * cag);
114 114
115 #endif 115 #endif
116 /* vi: set ts=4 sw=4 expandtab: */ 116 /* vi: set ts=4 sw=4 expandtab: */