summaryrefslogtreecommitdiff
path: root/src/mouse.h
AgeCommit message (Collapse)AuthorFilesLines
2012-10-08Use signal-safe logging if availablePeter Hutterer1-0/+3
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Chase Douglas <chase.douglas@ubuntu.com>
2012-04-30Expand tabs to spacesAlan Coopersmith1-126/+126
Existing code had a mix of places tab & space characters were used. Make them all spaces for consistency, since that's the new style chosen for xorg-server. "git diff -w" shows no changes - this is pure whitespace adjustment. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2011-06-27Fix Solaris issues with new ABI12 init process.Alan Coopersmith1-0/+1
Based on BSD changes in commit a22879c6779283684fe4a61543fc95179b4f5d0b by Alexandr Shadchin Fix segfaults when mouse device fails to open. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2011-03-10Fix BSD issues with new ABI12 init process.Alexandr Shadchin1-0/+1
From Bug 34794: "Until xf86-input-mouse-1.6.0, the MousePreInit() function exited if an os specific PreInit function existed. It let the os-specific function finish all initialisations that remained to be done after osInfo->PreInit() was called. The code in master now continues, and does things that the bsdMousePreInit() function in bsd_mouse.c doesn't expect." Fix up wsconsPreInit to deal with the new init process. Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=34794 Signed-off-by: Alexandr Shadchin <Alexandr.Shadchin@gmail.com> Reviewed-by: Matthieu Herrb <matthieu.herrb@laas.fr> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2010-11-18Adjust to new Input ABI 12.Peter Hutterer1-0/+7
New PreInit prototype and a couple of other minor changes. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Chase Douglas <chase.douglas@canonical.com>
2010-10-26Remove write-only field mouseFlags.Peter Hutterer1-2/+0
The flags were used to store ClearDTS and ClearRTR, but those options only resulted in log messages. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Tested-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-10-26Rename xf86OSMouseInit to OSMouseInit.Peter Hutterer1-1/+1
This isn't a DDX function anymore. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Tested-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-10-26Remove random History comment.Peter Hutterer1-11/+0
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Tested-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-10-26Rename xf86OSmouse.h to mouse.hPeter Hutterer1-5/+263
The driver-internal mouse.h header was only an include command for xf86OSmouse.h anyway. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Tested-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2009-04-08Remove xf86MouseProtocolIDToName and xf86MouseProtocolNameToID.Peter Hutterer1-3/+0
Both were only used from the xf86-misc extension which is gone from the server as of 1.6. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2008-05-19Nuke RCS tags.Peter Hutterer1-2/+0
2008-04-24Make sure xf86MouseProtocolIDToName is of public visibility.Paulo Cesar Pereira de Andrade1-1/+1
This function is called by code in the xf86misc to change mouse parameters, after checking it's availability using LoaderSymbol(). Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2003-11-25XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_901xf86-4_3_99_16Kaleb Keithley1-29/+2
2003-11-14Initial revisionXORG-STABLEKaleb Keithley1-0/+42