Ignore:
Timestamp:
11/14/07 00:55:03 (6 years ago)
Author:
sam
Message:
  • Update C++ bindings after cucul_set_dither_mode() deprecation.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcaca/trunk/cxx/cucul++.cpp

    r1875 r1952  
    356356void Dither::setMode(char const *cv) 
    357357{ 
    358     cucul_set_dither_mode(dither, cv); 
     358    cucul_set_dither_algorithm(dither, cv); 
    359359} 
    360360 
    361361char const *const * Dither::getModeList(void) 
    362362{ 
    363     return cucul_get_dither_mode_list(dither); 
     363    return cucul_get_dither_algorithm_list(dither); 
    364364} 
    365365 
Note: See TracChangeset for help on using the changeset viewer.