- Timestamp:
- Apr 22, 2006, 9:35:43 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/doc/migrating.dox
r845 r848 9 9 10 10 The most important changes in the 1.0 API of \e libcaca are the 11 \e libcaca / \e libcucul split and the object-oriented design. Where12 you used to do:11 \e libcaca / \e libcucul split and the object-oriented design. See these 12 two examples for a rough idea of what changed: 13 13 14 14 <table border="0"><tr><td valign="top"> … … 16 16 #include <caca.h> 17 17 18 /* libcaca program - 0.x API */ 18 19 int main(void) 19 20 { … … 42 43 #include <caca.h> 43 44 45 /* libcaca program - 1.0 API */ 44 46 int main(void) 45 47 {
Note: See TracChangeset
for help on using the changeset viewer.