Browse Source

* Minor documentation fix.

tags/v0.99.beta14
Sam Hocevar sam 17 years ago
parent
commit
024a3713ca
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      caca/caca.h

+ 3
- 1
caca/caca.h View File

@@ -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…
Cancel
Save