aboutsummaryrefslogtreecommitdiffstats
path: root/src/ginput/driver_mouse.h
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2014-09-26 16:32:00 +1000
committerinmarket <andrewh@inmarket.com.au>2014-09-26 16:32:00 +1000
commit174e60c76d2429de1b07d4afc00fa35999b7ccde (patch)
treefb7bfcc09c55620467a4e5ba216ce7bfe85fd340 /src/ginput/driver_mouse.h
parente7bc175ca0fb1b1d2bd6a80d36696efa6dc0d171 (diff)
downloaduGFX-174e60c76d2429de1b07d4afc00fa35999b7ccde.tar.gz
uGFX-174e60c76d2429de1b07d4afc00fa35999b7ccde.tar.bz2
uGFX-174e60c76d2429de1b07d4afc00fa35999b7ccde.zip
GINPUT mouse updated - first working version of newmouse.
Note: drivers to be ported. Note: not tested well yet.
Diffstat (limited to 'src/ginput/driver_mouse.h')
-rw-r--r--src/ginput/driver_mouse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ginput/driver_mouse.h b/src/ginput/driver_mouse.h
index ababfef8..76367ba2 100644
--- a/src/ginput/driver_mouse.h
+++ b/src/ginput/driver_mouse.h
@@ -115,7 +115,7 @@ extern "C" {
* @notapi
* @{
*/
- bool_t _gmouseInitDriver(GDriver *g, unsigned driverinstance, unsigned systeminstance);
+ bool_t _gmouseInitDriver(GDriver *g, void *display, unsigned driverinstance, unsigned systeminstance);
void _gmousePostInitDriver(GDriver *g);
void _gmouseDeInitDriver(GDriver *g);
/** @} */