[wintab32 2/7] Do not offset the physical device id by the cursor number

Jeremy White jwhite at winehq.org
Sun Dec 23 10:55:25 CST 2007


---
 dlls/winex11.drv/wintab.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/dlls/winex11.drv/wintab.c b/dlls/winex11.drv/wintab.c
index f0ded3d..5f7beb3 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;
-- 
1.5.3.7





More information about the wine-patches mailing list