summaryrefslogtreecommitdiffstats
path: root/Graphic_Equalizer/include/eventhandler.hch
diff options
context:
space:
mode:
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"