Changeset 1881 for libcaca/trunk/cucul/legacy.c
- Timestamp:
- Nov 4, 2007, 1:00:00 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/cucul/legacy.c
r1870 r1881 76 76 } 77 77 78 int cucul_set_dither_mode(cucul_dither_t *d, char const *s) 79 { 80 return cucul_set_dither_algorithm(d, s); 81 } 82 83 char const * const * cucul_get_dither_mode_list(cucul_dither_t const *d) 84 { 85 return cucul_get_dither_algorithm_list(d); 86 } 87 78 88 /* 79 89 * Functions from import.c
Note: See TracChangeset
for help on using the changeset viewer.