- Timestamp:
- Mar 23, 2006, 10:47:06 AM (15 years ago)
- Location:
- libcaca/trunk/cucul
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/cucul/Makefile.am
r668 r673 10 10 cucul_internals.h \ 11 11 canvas.c \ 12 transform.c \ 12 13 charset.c \ 13 14 math.c \ -
libcaca/trunk/cucul/cucul.h
r672 r673 147 147 /* @} */ 148 148 149 /** \defgroup transform Canvas transformation 150 * 151 * These functions perform horizontal and vertical canvas flipping. 152 * 153 * @{ */ 154 void cucul_flip(cucul_t *); 155 void cucul_flop(cucul_t *); 156 void cucul_rotate(cucul_t *); 157 /* @} */ 158 149 159 /** \defgroup prim Primitives drawing 150 160 *
Note: See TracChangeset
for help on using the changeset viewer.