瀏覽代碼

* 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];


Loading…
取消
儲存