ソースを参照

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


読み込み中…
キャンセル
保存