소스 검색

* Fixed caca_get_event() call in test/hsv.c.

tags/v0.99.beta14
Sam Hocevar sam 20 년 전
부모
커밋
9feb826120
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      test/hsv.c

+ 1
- 1
test/hsv.c 파일 보기

@@ -53,7 +53,7 @@ int main(void)

caca_display(kk);

caca_get_event(kk, CACA_EVENT_KEY_PRESS, &ev, 0);
caca_get_event(kk, CACA_EVENT_KEY_PRESS, &ev, -1);

caca_detach(kk);
cucul_free(qq);


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