summaryrefslogtreecommitdiff
path: root/hw/kdrive
diff options
context:
space:
mode:
authorWarren Turkal <wt@penguintechs.com>2004-02-15 15:04:57 +0000
committerWarren Turkal <wt@penguintechs.com>2004-02-15 15:04:57 +0000
commitb146ef1548d36d6897fbd674f1c3b8324bed11a7 (patch)
treebffe93df0eb7059ea4eb1b4ae73bfecb631b006a /hw/kdrive
parentbd20c8d340fce0700ae813bd5b55fe7f4b9e0c98 (diff)
Moving toward a working input extension.
Diffstat (limited to 'hw/kdrive')
-rw-r--r--hw/kdrive/src/kinput.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/hw/kdrive/src/kinput.c b/hw/kdrive/src/kinput.c
index 062d6820a..b0271b8ac 100644
--- a/hw/kdrive/src/kinput.c
+++ b/hw/kdrive/src/kinput.c
@@ -596,7 +596,9 @@ KdInitInput(KdMouseFuncs *pMouseFuncs,
{
static long zero1, zero2;
- SetExtInputCheck (&zero1, &zero2);
+ //SetExtInputCheck (&zero1, &zero2);
+ ErrorF("Extended Input Devices not yet supported. Impelement it at line %d in %s",
+ __LINE__, __FILE__);
}
#endif
}