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

oldstable
Jeremy White 2007-12-23 10:55:25 -06:00 committed by Alexandre Julliard
parent c9fcb15b11
commit ee0554b737
1 changed files with 0 additions and 1 deletions

View File

@ -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;