소스 검색

* Minor documentation fix.

tags/v0.99.beta14
Sam Hocevar sam 18 년 전
부모
커밋
024a3713ca
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. +3
    -1
      caca/caca.h

+ 3
- 1
caca/caca.h 파일 보기

@@ -49,7 +49,9 @@ typedef struct caca_event caca_event_t;
/** \brief Handling of user events.
*
* This structure is filled by caca_get_event() when an event is received.
* The \e type field is always valid. */
* It is an opaque structure that should only be accessed through
* caca_event_get_type() and similar functions.
*/
struct caca_event
{
unsigned char opaque_structure[32];


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