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

Alexandre Julliard julliard at winehq.org
Mon Dec 24 14:21:35 CST 2007


Module: wine
Branch: master
Commit: ee0554b737b817c3009e33e764f976464590809f
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=ee0554b737b817c3009e33e764f976464590809f

Author: Jeremy White <jwhite at winehq.org>
Date:   Sun Dec 23 10:55:25 2007 -0600

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

---

 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;




More information about the wine-cvs mailing list