소스 검색

* src/event.c Fixed compilation problem when compiled without slang nor ncurses

tags/v0.99.beta14
Jean-Yves Lamoureux jylam 19 년 전
부모
커밋
94bce66cf0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/event.c

+ 1
- 1
src/event.c 파일 보기

@@ -195,8 +195,8 @@ static unsigned int _get_next_event(void)
static unsigned int autorepeat_ticks = 0;
static unsigned int last_key = 0;
unsigned int ticks;
unsigned int event;
#endif
unsigned int event;
#if defined(USE_NULL)
if(_caca_driver == CACA_DRIVER_NULL)
return CACA_EVENT_NONE;


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