mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 08:04:30 +00:00
fully split, rename kdInitInputPre to KdAddConfigInputDrivers
Signed-off-by: squishypinkelephant <squishypinkelephant@gmail.com>
This commit is contained in:
committed by
Enrico Weigelt
parent
71c1556125
commit
12ef46b46c
@@ -64,7 +64,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);
|
||||
|
||||
|
||||
@@ -1387,7 +1387,7 @@ KdPointerInfo *KdParsePointer(const char *arg)
|
||||
}
|
||||
|
||||
void
|
||||
kdInitInputPre(void)
|
||||
KdAddConfigInputDrivers(void)
|
||||
{
|
||||
#ifdef KDRIVE_KBD
|
||||
if (!kdConfigKeyboards) {
|
||||
@@ -1400,7 +1400,6 @@ kdInitInputPre(void)
|
||||
KdAddConfigPointer("mouse");
|
||||
}
|
||||
#endif
|
||||
KdInitInput();
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user