summaryrefslogtreecommitdiffstats
path: root/Graphic_Equalizer/include/eventhandler.hch
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2004-11-10 16:11:03 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2004-11-10 16:11:03 (GMT)
commit51085a870cc074c3eeef5a6ba1b45503ce0e0f4d (patch)
tree2232a881b7a90f475da5640161f32cf900102369 /Graphic_Equalizer/include/eventhandler.hch
parentedf01e33d5680018a8c48224b8f7134587f3fcdf (diff)
downloadTASS-51085a870cc074c3eeef5a6ba1b45503ce0e0f4d.zip
TASS-51085a870cc074c3eeef5a6ba1b45503ce0e0f4d.tar.gz
TASS-51085a870cc074c3eeef5a6ba1b45503ce0e0f4d.tar.bz2
Diffstat (limited to 'Graphic_Equalizer/include/eventhandler.hch')
-rw-r--r--Graphic_Equalizer/include/eventhandler.hch7
1 files changed, 4 insertions, 3 deletions
diff --git a/Graphic_Equalizer/include/eventhandler.hch b/Graphic_Equalizer/include/eventhandler.hch
index 413e563..a1dab26 100644
--- a/Graphic_Equalizer/include/eventhandler.hch
+++ b/Graphic_Equalizer/include/eventhandler.hch
@@ -23,10 +23,11 @@
/*
- * This is the main eventhandler loop. It never returns! It coordinates
- * userinput and the actions requred to be taken.
+ * This is the main eventhandler loop. We require pointers to the event struct
+ * to store actions to be performed and a mousedata pointer so that we know on
+ * what mousestate to respond. We never returns!
*/
-void eventhandler_main(events_t *events);
+void eventhandler_main(events_t *events, mousedata_t *mousedata);
#else
#error "ERROR file eventhandler.hch multiple times included"