소스 검색

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

tags/v0.99.beta14
Sam Hocevar sam 17 년 전
부모
커밋
1f1ac04df3
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      cxx/cucul++.cpp

+ 2
- 2
cxx/cucul++.cpp 파일 보기

@@ -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)


불러오는 중...
취소
저장