summaryrefslogtreecommitdiff
path: root/src/wcmCommon.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wcmCommon.c')
-rw-r--r--src/wcmCommon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wcmCommon.c b/src/wcmCommon.c
index b907499..600991e 100644
--- a/src/wcmCommon.c
+++ b/src/wcmCommon.c
@@ -256,7 +256,7 @@ static void sendAction(InputInfoPtr pInfo, int press,
break;
if (countPresses(btn_no, &keys[i], nkeys - i))
- xf86PostButtonEvent(pInfo->dev,
+ xf86PostButtonEventP(pInfo->dev,
is_absolute(pInfo), btn_no,
0, first_val, num_val,
VCOPY(valuators, num_val));