summaryrefslogtreecommitdiff
path: root/src/bsd_mouse.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-18xf86-input-mouse: Return proper default for unknown values in pInfo->device_c...Terry Lambert1-0/+3
2011-03-10Fix BSD issues with new ABI12 init process.Alexandr Shadchin1-26/+1
2010-11-30Add ABI checks around XI86_CONFIGURED uses in OS-specific PreInitsAlan Coopersmith1-0/+4
2010-11-18Adjust to new Input ABI 12.Peter Hutterer1-2/+2
2010-11-18Use pInfo->options instead of conf-idev.Peter Hutterer1-4/+4
2010-10-26Rename xf86OSMouseInit to OSMouseInit.Peter Hutterer1-2/+2
2010-10-26Rename xf86OSmouse.h to mouse.hPeter Hutterer1-1/+1
2010-10-25Replace libc wrappers to xcalloc and friends with libc calls.Peter Hutterer1-11/+11
2008-11-22W axis support for bsd_mouse.Matthieu Herrb1-0/+7
2008-11-21prevent a double free of mouse private structure.Matthieu Herrb1-0/+1
2008-11-21Include xorg-server.h to get the WSCONS_SUPPORT define fromMatthieu Herrb1-3/+1
2008-11-21Build fix: Add a prototype for FindDevice function.Matthieu Herrb1-0/+1
2008-07-20Add OS mouse sources to the driver buildDaniel Stone1-0/+791