Handle BTN_TASK too (#3859).

This commit is contained in:
Kristian Høgsberg
2005-07-25 16:07:34 +00:00
parent 0656b4a517
commit f745d59b6c

View File

@@ -160,6 +160,7 @@ EvdevReadInput(InputInfoPtr pInfo)
case BTN_EXTRA:
case BTN_FORWARD:
case BTN_BACK:
case BTN_TASK:
xf86PostButtonEvent(pInfo->dev, 0, ev.code - BTN_LEFT + 5,
value, 0, 0);
break;