diff options
Diffstat (limited to 'hw/kdrive/ts300/ts300.c')
-rw-r--r-- | hw/kdrive/ts300/ts300.c | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/hw/kdrive/ts300/ts300.c b/hw/kdrive/ts300/ts300.c index 6e3778db0..f1afe4ee9 100644 --- a/hw/kdrive/ts300/ts300.c +++ b/hw/kdrive/ts300/ts300.c @@ -21,7 +21,7 @@ * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR * PERFORMANCE OF THIS SOFTWARE. */ -/* $XFree86: $ */ +/* $XFree86: xc/programs/Xserver/hw/kdrive/ts300/ts300.c,v 1.1 1999/11/19 13:54:06 hohndel Exp $ */ #include "kdrive.h" @@ -123,9 +123,8 @@ InitInput (int argc, char **argv) KdInitInput (&Ps2MouseFuncs, &LinuxKeyboardFuncs); } -void -OsVendorInit (void) +int +ddxProcessArgument (int argc, char **argv, int i) { - KdOsInit (&LinuxFuncs); + return KdProcessArgument (argc, argv, i); } - |