kdrive: fix typo initializing touch screen
This commit is contained in:
parent
6171187e92
commit
e0ccbaab22
|
@ -76,7 +76,7 @@ InitInput (int argc, char **argv)
|
||||||
KdInitInput (&Ps2MouseFuncs, &LinuxKeyboardFuncs);
|
KdInitInput (&Ps2MouseFuncs, &LinuxKeyboardFuncs);
|
||||||
#endif
|
#endif
|
||||||
#ifdef TOUCHSCREEN
|
#ifdef TOUCHSCREEN
|
||||||
kdInitTouchScreen (&TsFuncs);
|
KdInitTouchScreen (&TsFuncs);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue