Changeset 1882 for libcaca/trunk/caca/caca0.c
- Timestamp:
- Nov 4, 2007, 1:00:03 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/caca/caca0.c
r1462 r1882 188 188 dithering = feature; 189 189 for(i = 0; i < nbitmaps; i++) 190 cucul_set_dither_ mode(bitmaps[i], features[feature]);190 cucul_set_dither_algorithm(bitmaps[i], features[feature]); 191 191 break; 192 192 } … … 240 240 cucul_set_dither_color(d, features[background]); 241 241 cucul_set_dither_antialias(d, features[antialiasing]); 242 cucul_set_dither_ mode(d, features[dithering]);242 cucul_set_dither_algorithm(d, features[dithering]); 243 243 244 244 /* Store bitmap in our list */
Note: See TracChangeset
for help on using the changeset viewer.