Fix work serial mouse on X.

Tested by Kent <kent at ripco.com>

ok matthieu@
This commit is contained in:
shadchin 2011-08-21 04:57:21 +00:00
parent 69ce9f2bce
commit 1fbe67fd6b

View File

@ -870,6 +870,8 @@ MousePreInit(InputDriverPtr drv, IDevPtr dev, int flags)
pInfo->private_flags = 0;
pInfo->always_core_feedback = NULL;
COLLECT_INPUT_OPTIONS(pInfo, NULL);
if (NewMousePreInit(drv, pInfo, flags) == Success)
{
/* Check if SendDragEvents has been disabled. */