wintab32: Do not offset the physical device id by the cursor number.
This commit is contained in:
parent
c9fcb15b11
commit
ee0554b737
|
@ -1096,7 +1096,6 @@ UINT X11DRV_WTInfoW(UINT wCategory, UINT nIndex, LPVOID lpOutput)
|
||||||
{
|
{
|
||||||
DWORD id;
|
DWORD id;
|
||||||
id = tgtcursor->PHYSID;
|
id = tgtcursor->PHYSID;
|
||||||
id += (wCategory - WTI_CURSORS);
|
|
||||||
rc = CopyTabletData(lpOutput,&id,sizeof(DWORD));
|
rc = CopyTabletData(lpOutput,&id,sizeof(DWORD));
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in New Issue