diff options
author | Peter Hutterer <peter@cs.unisa.edu.au> | 2007-05-02 18:19:11 +0930 |
---|---|---|
committer | Peter Hutterer <peter@cs.unisa.edu.au> | 2007-05-02 18:19:11 +0930 |
commit | ccbe2e63123c58041a3c32ae6a21b05bd8c72b04 (patch) | |
tree | 66db614ee72526be376cb123018772eb042194eb /XInput.h | |
parent | b12514254cb1d2b91381b59251440b22e36052fb (diff) |
Add xFakeDeviceDataReq
Diffstat (limited to 'XInput.h')
-rw-r--r-- | XInput.h | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1416,6 +1416,16 @@ extern Status XiSelectEvent( Mask /* mask */ ); +extern Status XFakeDeviceData( + Display* /* dpy */, + XDevice* /* dev */, + int /* type */, + int /* buttons */, + int /* num_valuators */, + int /* first_valuator */, + ValuatorData* /* valuators */ +); + _XFUNCPROTOEND #endif /* _XINPUT_H_ */ |