Moving toward a working input extension.

This commit is contained in:
Warren Turkal 2004-02-15 15:04:57 +00:00
parent bd20c8d340
commit b146ef1548

View File

@ -596,7 +596,9 @@ KdInitInput(KdMouseFuncs *pMouseFuncs,
{ {
static long zero1, zero2; 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 #endif
} }