summaryrefslogtreecommitdiff
path: root/shared
AgeCommit message (Collapse)Author
2010-04-17Don't clobber CFLAGSJulien Cristau
CFLAGS is a user variable, don't set it from configure.
2010-03-22make: remove unrequired INCLUDES = -I$(srcdir)Gaetan Nadon
Already covered by DEFAULT_INCLUDES Signed-off-by: Gaetan Nadon <memsize@videotron.ca> Reviewed-by: Dan Nicholson <dbn.lists@gmail.com> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-05-111) Fix bug where motion notify events were being sent with every button event.xf86-input-vmmouse-12.6.4Shelley Gong
2) Classify relative vs. absolute packets individually rather than from a global flag. 3) Compile with older distros. 4) Bump for 12.6.4 Release. Signed-off-by: Philip Langdale <philipl@fido2.homeip.net>
2009-05-07Map Solaris/Sun compiler #defines to gcc equivalentsAlan Coopersmith
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2008-10-21Move shared vmmouse files into a separate static lib so we canPhilip Langdale
share it with the vmmouse detection utility I'm about to add.