Changeset 1952 for libcaca/trunk/cxx/cucul++.cpp
- Timestamp:
- 11/14/07 00:55:03 (6 years ago)
- File:
-
- 1 edited
-
libcaca/trunk/cxx/cucul++.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/cxx/cucul++.cpp
r1875 r1952 356 356 void Dither::setMode(char const *cv) 357 357 { 358 cucul_set_dither_ mode(dither, cv);358 cucul_set_dither_algorithm(dither, cv); 359 359 } 360 360 361 361 char const *const * Dither::getModeList(void) 362 362 { 363 return cucul_get_dither_ mode_list(dither);363 return cucul_get_dither_algorithm_list(dither); 364 364 } 365 365
Note: See TracChangeset
for help on using the changeset viewer.
