summaryrefslogtreecommitdiff
path: root/global_defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'global_defs.h')
-rw-r--r--global_defs.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/global_defs.h b/global_defs.h
index 7649dbf..84c4124 100644
--- a/global_defs.h
+++ b/global_defs.h
@@ -68,3 +68,7 @@ enum {
MOUSE = 12
};
+struct event_pairs {
+ int event_fptr_index;
+ int event_user_num;
+};