From ee0554b737b817c3009e33e764f976464590809f Mon Sep 17 00:00:00 2001 From: Jeremy White Date: Sun, 23 Dec 2007 10:55:25 -0600 Subject: [PATCH] wintab32: Do not offset the physical device id by the cursor number. --- dlls/winex11.drv/wintab.c | 1 - 1 file changed, 1 deletion(-) diff --git a/dlls/winex11.drv/wintab.c b/dlls/winex11.drv/wintab.c index f0ded3d481e..5f7beb3ea20 100644 --- a/dlls/winex11.drv/wintab.c +++ b/dlls/winex11.drv/wintab.c @@ -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;