dix: InitAndStartDevices doesn't need a window parameter.
Leftover from the old pointer-keyboard pairing code, obsolete and gone now.
This commit is contained in:
@@ -231,9 +231,7 @@ extern Bool ActivateDevice(
|
||||
extern Bool DisableDevice(
|
||||
DeviceIntPtr /*device*/);
|
||||
|
||||
extern int InitAndStartDevices(
|
||||
WindowPtr /*root*/);
|
||||
|
||||
extern int InitAndStartDevices(void);
|
||||
|
||||
extern void CloseDownDevices(void);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user