xserver-multidpi/hw
Peter Hutterer b8d9c5ff00 xfree86: remove IDevRec, replace with InputInfoRec.
This struct is superfluous, maintaining the same info as the InputInfoRec
(with the exception of the driver name).

This is a rather large commit with the majority of changes being a rename
from the fields of the IDevRec (idev, commonOptions) to the InputInfoRec
(pInfo, options).

The actual changes affect the initialization process of the input device:
In NewInputDeviceRequest, the InputInfoRec is now always allocated and just
added to the internal list in xf86NewInputDevice() if the init process
succeeded.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Tiago Vignatti <tiago.vignatti@nokia.com>
2010-09-10 09:09:20 +10:00
..
dmx input: Purge AddOtherInputDevices DDX hook. 2010-09-01 15:26:52 +10:00
kdrive input: Purge AddOtherInputDevices DDX hook. 2010-09-01 15:26:52 +10:00
vfb input: Purge Register*Device() functions. 2010-09-01 15:26:47 +10:00
xfree86 xfree86: remove IDevRec, replace with InputInfoRec. 2010-09-10 09:09:20 +10:00
xnest dix: purge leftover manual key down bit setting. 2010-07-07 13:29:46 +10:00
xquartz input: Purge AddOtherInputDevices DDX hook. 2010-09-01 15:26:52 +10:00
xwin input: Purge Register*Device() functions. 2010-09-01 15:26:47 +10:00
Makefile.am Catch errors in recursive relink targets 2010-03-22 00:45:57 -05:00