xfree86: use SendDevicePresenceEvents instead of manual event handling.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer
2009-09-17 16:01:29 +10:00
parent d044027510
commit ec0ad408ef
3 changed files with 3 additions and 9 deletions

View File

@@ -246,7 +246,7 @@ AddInputDevice(ClientPtr client, DeviceProc deviceProc, Bool autoStart)
return dev;
}
static void
void
SendDevicePresenceEvent(int deviceid, int type)
{
DeviceIntRec dummyDev;