mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
kdrive: fix typo initializing touch screen
This commit is contained in:
@@ -76,7 +76,7 @@ InitInput (int argc, char **argv)
|
||||
KdInitInput (&Ps2MouseFuncs, &LinuxKeyboardFuncs);
|
||||
#endif
|
||||
#ifdef TOUCHSCREEN
|
||||
kdInitTouchScreen (&TsFuncs);
|
||||
KdInitTouchScreen (&TsFuncs);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user