Remove 16-bit limitations in scroll bar position reporting on MS-Windows.
commita558cd1cc4031e811a8b0af951095d3042ca06d0
authorEli Zaretskii <eliz@gnu.org>
Wed, 20 Aug 2014 14:41:15 +0000 (20 17:41 +0300)
committerEli Zaretskii <eliz@gnu.org>
Wed, 20 Aug 2014 14:41:15 +0000 (20 17:41 +0300)
treeb60363470192e35598d17204502e5d9d28a503ac
parentd470a23c953e41cd64d893a4658d98b96536a013
Remove 16-bit limitations in scroll bar position reporting on MS-Windows.

 src/w32term.c (w32_scroll_bar_handle_click)
 (w32_horizontal_scroll_bar_handle_click)
 (x_scroll_bar_report_motion)
 (x_horizontal_scroll_bar_report_motion): For SB_THUMBPOSITION and
 SB_THUMBTRACK, use the 32-bit position information returned by
 GetScrollInfo, not the 16-bit information returned in the Windows
 message sent to us.
src/ChangeLog
src/w32term.c