summaryrefslogtreecommitdiff
path: root/Xi/xiquerydevice.h
AgeCommit message (Collapse)AuthorFilesLines
2009-10-14xace: Fake return values on denials in input polling requests.Eamon Walsh1-3/+5
Instead of returning BadAccess when "read" permission is denied on a device, falsify the device state (buttons down, keys pressed). This is nicer to applications, but may still have undesired side effects. The long-term solution is not to use these requests in event-driven code! Requests affected: QueryPointer, QueryKeymap, XiQueryDevice. Signed-off-by: Eamon Walsh <ewalsh@tycho.nsa.gov>
2009-06-17Xi: namespace XI2 files.Peter Hutterer1-0/+45
Some files (notably those merged with MPX before XI2 came along) didn't use a 'xi' prefix. This patch changes all of them to meaningful names. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>