comparison src/tools.h @ 55:01ed2bc37eed

Radial gradient paint
author Thinker K.F. Li <thinker@branda.to>
date Sun, 10 Aug 2008 16:44:21 +0800
parents db2aa914e14b
children 9ab15ebc9061
comparison
equal deleted inserted replaced
54:1b6dbafdf906 55:01ed2bc37eed
61 (q).tail = _stailq_cur; \ 61 (q).tail = _stailq_cur; \
62 } \ 62 } \
63 } \ 63 } \
64 } while(0) 64 } while(0)
65 65
66
67 #define O_ALLOC(type) ((type *)malloc(sizeof(type)))
68
66 #endif /* __TOOLS_H_ */ 69 #endif /* __TOOLS_H_ */