Don't enable devices from InitInput.

This commit is contained in:
David Reveman 2008-09-15 10:53:41 -04:00
parent cf71079e2a
commit 056985eff7

View file

@ -1492,7 +1492,7 @@ InitInput (int argc, char **argv)
for (i = 0; i < dmxNumScreens; i++)
if (dmxScreens[i].beDisplay && !dmxScreens[i].virtualFb)
dmxInputAttach (&dmxScreens[i].input);
dmxInputAddDevices (&dmxScreens[i].input);
mieqInit ();
}