From 72636c1b447a02e92d99e184ebdf3ac8005daeef Mon Sep 17 00:00:00 2001 From: Oliver Schinagl Date: Thu, 6 Jan 2005 14:04:20 +0000 Subject: Because the event handler needs to know about dimensions of certain area's we need to give it those via the skindata struct. --- Graphic_Equalizer/include/eventhandler.hch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Graphic_Equalizer/include/eventhandler.hch b/Graphic_Equalizer/include/eventhandler.hch index 0f3eca9..359e4d5 100644 --- a/Graphic_Equalizer/include/eventhandler.hch +++ b/Graphic_Equalizer/include/eventhandler.hch @@ -31,7 +31,7 @@ * 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(audiodata_t *audiodata, events_t *events, mousedata_t *mousedata); +void eventhandler_main(audiodata_t *audiodata, events_t *events, mousedata_t *mousedata, skindata_t *skindata); #else #error "ERROR file eventhandler.hch multiple times included" -- cgit v0.12