Changeset 1357 for libcaca/trunk/cucul/frame.c
- Timestamp:
- Nov 12, 2006, 11:42:14 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/cucul/frame.c
r1342 r1357 97 97 * 98 98 * \param cv A libcucul canvas 99 * \param frameThe index where to insert the new frame99 * \param id The index where to insert the new frame 100 100 * \return 0 in case of success, -1 if an error occurred. 101 101 */ … … 152 152 * 153 153 * \param cv A libcucul canvas 154 * \param frameThe index of the frame to delete154 * \param id The index of the frame to delete 155 155 * \return 0 in case of success, -1 if an error occurred. 156 156 */
Note: See TracChangeset
for help on using the changeset viewer.