kdrive: fix typo initializing touch screen

This commit is contained in:
Keith Packard 2000-09-28 20:58:21 +00:00
parent 6171187e92
commit e0ccbaab22

View File

@ -76,7 +76,7 @@ InitInput (int argc, char **argv)
KdInitInput (&Ps2MouseFuncs, &LinuxKeyboardFuncs);
#endif
#ifdef TOUCHSCREEN
kdInitTouchScreen (&TsFuncs);
KdInitTouchScreen (&TsFuncs);
#endif
}