kdrive: missing registration for mouse input type

This commit is contained in:
Keith Packard 2001-12-07 02:18:19 +00:00
parent 636390fb9d
commit 54feb8a4c8

View File

@ -905,6 +905,9 @@ MouseInit (void)
int n = 0;
char *prot;
if (!MouseInputType)
MouseInputType = KdAllocInputType ();
for (mi = kdMouseInfo; mi; mi = next)
{
next = mi->next;