소스 검색

Disable set_dither_palette until we really use it.

tags/v0.99.beta18
Sam Hocevar sam 16 년 전
부모
커밋
e6bbe2db1d
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. +2
    -0
      caca-sharp/Dither.cs

+ 2
- 0
caca-sharp/Dither.cs 파일 보기

@@ -48,11 +48,13 @@ namespace Caca

/* TODO: fix this shit */

#if false
[DllImport("libcaca.dll", CallingConvention=CallingConvention.Cdecl),
SuppressUnmanagedCodeSecurity]
private static extern int caca_set_dither_palette(IntPtr d,
uint[] r, uint[] g,
uint[] b, uint[] a);
#endif
[DllImport("libcaca.dll", CallingConvention=CallingConvention.Cdecl),
SuppressUnmanagedCodeSecurity]
private static extern int caca_set_dither_brightness(IntPtr d, float b);


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