aboutsummaryrefslogtreecommitdiffhomepage
path: root/event.h
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2005-12-15 23:59:02 +1000
committerGravatar axel <axel@liljencrantz.se>2005-12-15 23:59:02 +1000
commitfa75fc390162c19d9cc15c12e7c99e9301c89409 (patch)
tree2b949ef33d1b8ba79822888abf152bed71e88ad1 /event.h
parente4a95cb989963c63b1cecd3405cf6d28dabb8cc4 (diff)
Code cleanup
darcs-hash:20051215135902-ac50b-e9fc18bca34459ddb56e970a16c05e9b3cc54848.gz
Diffstat (limited to 'event.h')
-rw-r--r--event.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/event.h b/event.h
index 742e9df7..ae93db2f 100644
--- a/event.h
+++ b/event.h
@@ -17,6 +17,9 @@
*/
#define EVENT_ANY_PID 0
+/**
+ Enumeration of event types
+*/
enum
{
EVENT_ANY, /**< Matches any event type (Not always any event, as the function name may limit the choice as well */
@@ -40,6 +43,10 @@ typedef struct
Type of event
*/
int type;
+
+ /**
+ The type-specific parameter
+ */
union
{
/**