Explorar el Código

* Update C++ bindings after cucul_set_dither_mode() deprecation.

tags/v0.99.beta14
Sam Hocevar sam hace 17 años
padre
commit
1f1ac04df3
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      cxx/cucul++.cpp

+ 2
- 2
cxx/cucul++.cpp Ver fichero

@@ -355,12 +355,12 @@ char const *const * Dither::getCharsetList()

void Dither::setMode(char const *cv)
{
cucul_set_dither_mode(dither, cv);
cucul_set_dither_algorithm(dither, cv);
}

char const *const * Dither::getModeList(void)
{
return cucul_get_dither_mode_list(dither);
return cucul_get_dither_algorithm_list(dither);
}

void Dither::Bitmap(Cucul *cv, int x, int y, int w, int h, void *v)


Cargando…
Cancelar
Guardar