Changeset 129
- Timestamp:
- Nov 10, 2003, 4:31:12 PM (17 years ago)
- Location:
- libcaca/trunk/libee
- Files:
-
- 2 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/libee/Makefile.am
r125 r129 10 10 math.c \ 11 11 line.c \ 12 c ircle.c \12 conic.c \ 13 13 triangle.c \ 14 14 sprite.c \ -
libcaca/trunk/libee/line.c
r127 r129 83 83 } 84 84 85 /* 86 * XXX: The following functions are local. 87 */ 88 85 89 /** 86 90 * \brief Generic Cohen-Sutherland line clipping function.
Note: See TracChangeset
for help on using the changeset viewer.