Commit ee0554b7 authored by Jeremy White's avatar Jeremy White Committed by Alexandre Julliard

wintab32: Do not offset the physical device id by the cursor number.

parent c9fcb15b
......@@ -1096,7 +1096,6 @@ UINT X11DRV_WTInfoW(UINT wCategory, UINT nIndex, LPVOID lpOutput)
{
DWORD id;
id = tgtcursor->PHYSID;
id += (wCategory - WTI_CURSORS);
rc = CopyTabletData(lpOutput,&id,sizeof(DWORD));
}
break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment