Changeset 1397 for libcaca/trunk/cucul/frame.c
- Timestamp:
- Nov 14, 2006, 7:05:02 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/cucul/frame.c
r1390 r1397 91 91 * 92 92 * Set the current frame's name. Upon creation, a frame has a default name 93 * of \ rc "frame#xxxxxxxx" where \c xxxxxxxx is a self-incrementing93 * of \c "frame#xxxxxxxx" where \c xxxxxxxx is a self-incrementing 94 94 * hexadecimal number. 95 95 * … … 98 98 * 99 99 * \param cv A libcucul canvas. 100 * \param name The name to give to the current frame. 100 101 * \return 0 in case of success, -1 if an error occurred. 101 102 */
Note: See TracChangeset
for help on using the changeset viewer.