diff options
author | Keith Packard <keithp@keithp.com> | 2000-09-28 20:58:21 +0000 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2000-09-28 20:58:21 +0000 |
commit | e0ccbaab226bd3e1d619d66c9ec718c67c0a559a (patch) | |
tree | 34fcce9b465dabb9f5e536262c4cab6aa325f649 | |
parent | 6171187e92152a443f7d5dd7f0dad866b3e275ea (diff) |
kdrive: fix typo initializing touch screen
-rw-r--r-- | hw/kdrive/fbdev/fbinit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/kdrive/fbdev/fbinit.c b/hw/kdrive/fbdev/fbinit.c index 68926944a..f2f5a6b16 100644 --- a/hw/kdrive/fbdev/fbinit.c +++ b/hw/kdrive/fbdev/fbinit.c @@ -76,7 +76,7 @@ InitInput (int argc, char **argv) KdInitInput (&Ps2MouseFuncs, &LinuxKeyboardFuncs); #endif #ifdef TOUCHSCREEN - kdInitTouchScreen (&TsFuncs); + KdInitTouchScreen (&TsFuncs); #endif } |