summaryrefslogtreecommitdiffstats
path: root/Graphic_Equalizer/include/mouse.hch
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2005-01-18 15:56:58 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2005-01-18 15:56:58 (GMT)
commit897f580eefcb27a78c1c27ab05f1d656d5488e00 (patch)
treecf4a0a34b476b7560c261d07b7a889a434a9a18b /Graphic_Equalizer/include/mouse.hch
parente18f19b0a56278701114167d73b403fa28e9b297 (diff)
downloadTASS-897f580eefcb27a78c1c27ab05f1d656d5488e00.zip
TASS-897f580eefcb27a78c1c27ab05f1d656d5488e00.tar.gz
TASS-897f580eefcb27a78c1c27ab05f1d656d5488e00.tar.bz2
Changed functions to inline functions.
Diffstat (limited to '')
-rw-r--r--Graphic_Equalizer/include/mouse.hch2
1 files changed, 1 insertions, 1 deletions
diff --git a/Graphic_Equalizer/include/mouse.hch b/Graphic_Equalizer/include/mouse.hch
index ac26bbf..341c11a 100644
--- a/Graphic_Equalizer/include/mouse.hch
+++ b/Graphic_Equalizer/include/mouse.hch
@@ -33,7 +33,7 @@
* updates the shared memory and notifies listeners. It requires a pointer to
* a mousedata_t struct to store mouse information.
*/
-void mouse_main(mousedata_t *mousedata);
+inline void mouse_main(mousedata_t *mousedata);
#else
#error "ERROR file mousedriver.hch multiple times included"