mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 08:04:30 +00:00
fully split, rename kdInitInputPre to KdAddConfigInputDrivers
This commit is contained in:
committed by
Enrico Weigelt
parent
80112b61ba
commit
6db9b685c1
@@ -51,7 +51,8 @@ void
|
||||
InitInput(int argc, char **argv)
|
||||
{
|
||||
KdOsAddInputDrivers();
|
||||
kdInitInputPre();
|
||||
KdAddConfigInputDrivers();
|
||||
KdInitInput();
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
@@ -473,7 +473,7 @@ void
|
||||
void
|
||||
KdInitInput(void);
|
||||
void
|
||||
kdInitInputPre(void);
|
||||
KdAddConfigInputDrivers(void);
|
||||
void
|
||||
KdCloseInput(void);
|
||||
|
||||
|
||||
@@ -1310,7 +1310,7 @@ KdPointerInfo *KdParsePointer(const char *arg)
|
||||
}
|
||||
|
||||
void
|
||||
kdInitInputPre(void)
|
||||
KdAddConfigInputDrivers(void)
|
||||
{
|
||||
#ifdef KDRIVE_KBD
|
||||
if (!kdConfigKeyboards) {
|
||||
@@ -1323,7 +1323,6 @@ kdInitInputPre(void)
|
||||
KdAddConfigPointer("mouse");
|
||||
}
|
||||
#endif
|
||||
KdInitInput();
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user