summaryrefslogtreecommitdiff
path: root/xts5/XI/SetDeviceButtonMapping.m
AgeCommit message (Collapse)AuthorFilesLines
2013-05-30XI: Fix random failures on LP64 platformsPeter Harris1-1/+1
It turns out that XID is a 'long' for historical reasons, but the XInput error macros expect a pointer-to-int. Signed-off-by: Peter Harris <pharris@opentext.com>
2011-04-12Remove superfluous (void) casts.Peter Hutterer1-3/+3
sed -e "s/\([ ]\)(void) \(.*\)/\1\2/" Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Aaron Plattner <aplattner@nvidia.com> Signed-off-by: Aaron Plattner <aplattner@nvidia.com>
2010-04-20xts5: Fix "unused variable" warnings.Aaron Plattner1-1/+1
There are still two left: XDrawRectangle/XDrawRectangle.c:4211: warning: unused variable ‘jssav’ XDrawRectangles/XDrawRectangles.c:4292: warning: unused variable ‘jssav’ These are a little harder to fix because the declaration is generated but jssav is only used in some of the tests. Signed-off-by: Aaron Plattner <aplattner@nvidia.com> Acked-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-09-29xts5: Flatten XI directory moreDan Nicholson1-0/+524