[Bug 39558] New: Unused variables xoffset, yoffset in SCROLL_TrackScrollBar

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Nov 5 22:04:18 CST 2015


https://bugs.winehq.org/show_bug.cgi?id=39558

            Bug ID: 39558
           Summary: Unused variables xoffset, yoffset in
                    SCROLL_TrackScrollBar
           Product: Wine
           Version: 1.7.54
          Hardware: x86
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: user32
          Assignee: wine-bugs at winehq.org
          Reporter: alexhenrie24 at gmail.com
      Distribution: ---

SCROLL_TrackScrollBar sets xoffset and yoffset to 0, then adds them to pt.x and
pt.y. Because xoffset and yoffset are always 0, this has no effect.

https://source.winehq.org/git/wine.git/blob/cbaab82d086e36dacaa22c6adf80f9114bb820fb:/dlls/user32/scroll.c#l1090

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list