Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Christian Rauch
xserver
Commits
e0ccbaab
Commit
e0ccbaab
authored
Sep 28, 2000
by
Keith Packard
Browse files
kdrive: fix typo initializing touch screen
parent
6171187e
Changes
1
Hide whitespace changes
Inline
Side-by-side
hw/kdrive/fbdev/fbinit.c
View file @
e0ccbaab
...
...
@@ -76,7 +76,7 @@ InitInput (int argc, char **argv)
KdInitInput
(
&
Ps2MouseFuncs
,
&
LinuxKeyboardFuncs
);
#endif
#ifdef TOUCHSCREEN
k
dInitTouchScreen
(
&
TsFuncs
);
K
dInitTouchScreen
(
&
TsFuncs
);
#endif
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment