summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2009-03-11include: Move events up to before function definitions.Peter Hutterer
2009-03-11Add XIQueryDevice implementation.Peter Hutterer
2009-03-11Add XIQueryVersion() - query and announce the supported XI version.Peter Hutterer
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-03-11Replace XiSelectEvent() with XISelectEvent().Peter Hutterer
2009-03-11Replace all XDevice* with ints.Peter Hutterer
There's no reason to have XDevice structs. It's not as if they carry useful information.
2009-03-11Change XIGetClientPtr to take an int, not an XIDPeter Hutterer
2009-03-11Fix the already existing XI2 calls to the new XI2 protocol. FIXMEPeter Hutterer
FIXME: not bisectable due to XiSelectInput. This includes namespacing them with an XI2 prefix. Affected calls: XIGetClientPointer XISetClientPointer XIDefineDeviceCursor XIUndefineDeviceCursor XIWarpDevicePointer XIQueryDevicePointer XIChangeDeviceHierarchy (+ event)
2009-03-03Move current XI2 stuff out of XInput.h, into XInput2.hPeter Hutterer
This means XInput2.h is rather messy, but it also means we can leave XInput.h untouched for the XI2 rework.
2009-03-03Back out the XQueryInputVersion hack, restore previous state.Peter Hutterer
XI2 should use a separate request to query the version rather than piggy-back on an existing badly defined request. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-02-25Remove XExtendedGrabDevice.Peter Hutterer
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-02-25Remove DeviceEnter/LeaveNotify handling.Peter Hutterer
This will be replaced by XI2 GenericEvents. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-02-25Remove AttachClass handling from ListDevices.Peter Hutterer
If you want attachment information, use XI2 and XQueryDevice(). Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-02-25Remove leftover WindowAccess function declarations.Peter Hutterer
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2008-09-26Adjust to new property API.Peter Hutterer
XConfigureDeviceProperty is gone. XQueryDeviceProperty is gone. XGetDeviceProperty doesn't have "pending" anymore.
2008-08-13Backport device property code to XI 1.5.Peter Hutterer
Ditching generic events, using normal XI events instead.
2008-08-13Remove RCS tags.Peter Hutterer
2008-07-09Add XDevicePropertyNotifyEvent support.Peter Hutterer
2008-07-09Add support for input device properties requests.Peter Hutterer
2008-04-27Deprecate XGetExtensionVersion(), replace with XQueryInputVersion().Peter Hutterer
We need XI to be able to do some sort of versioning support.
2008-04-25Add XInput.h file from inputproto package.Peter Hutterer
This file only belongs to libXi, it shouldn't have been in the inputproto package in the first place. For a revision history of this file refer to git://anongit.freedesktop.org/git/xorg/proto/inputproto