From 640b7473935bea33102187a2833dae940b345576 Mon Sep 17 00:00:00 2001 From: Tectu Date: Thu, 9 Aug 2012 01:20:15 +0200 Subject: more touchpad stuff --- halext/include/touchpad.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'halext/include') diff --git a/halext/include/touchpad.h b/halext/include/touchpad.h index 5991b6ae..12b462fd 100644 --- a/halext/include/touchpad.h +++ b/halext/include/touchpad.h @@ -67,7 +67,7 @@ extern "C" { #else - #define tpInit(tp) tp_lld_init(tp) + #define tpInit(tp) tp_lld_init() #define tpReadX() tp_lld_read_x() #define tpReadY() tp_lld_read_y() -- cgit v1.2.3