Changeset 3605
- Timestamp:
- Aug 2, 2009, 1:09:29 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/doc/migrating.dox
r3482 r3605 113 113 - \b caca_init(): use caca_create_canvas() to create a \e libcaca canvas, 114 114 followed by caca_create_display() to attach a \e libcaca display to it. 115 Alternatively, caca_create_display() with a NULL argument will create a 116 canvas automatically. 115 117 - \b caca_set_delay(): use caca_set_display_time(). 116 118 - \b caca_get_feature(): deprecated. … … 129 131 - \b caca_end(): use caca_free_display() to detach the \e libcaca display, 130 132 followed by caca_free_canvas() to free the underlying \e libcaca canvas. 133 Alternatively, if the canvas was created by caca_create_display(), it 134 will be automatically destroyed by caca_free_display(). 131 135 132 136 \subsection bar2 Event handling
Note: See TracChangeset
for help on using the changeset viewer.