mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-22 20:35:43 +00:00
Start devices after windows are initialized.
This fixes the hotplug segfault introduced with the multihead changes and cleans up the code a bit as well.
This commit is contained in:
parent
11d0e2109b
commit
0214d0b96a
4 changed files with 45 additions and 57 deletions
|
|
@ -186,7 +186,9 @@ extern Bool ActivateDevice(
|
|||
extern Bool DisableDevice(
|
||||
DeviceIntPtr /*device*/);
|
||||
|
||||
extern int InitAndStartDevices(void);
|
||||
extern int InitAndStartDevices(
|
||||
WindowPtr /*root*/);
|
||||
|
||||
|
||||
extern void CloseDownDevices(void);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue