Take account of fringe background extension in scroll_run_hook.
commit7db47798f82694ea85003f3ea004600ab6a68fc3
authorYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Wed, 11 May 2011 03:13:58 +0000 (11 12:13 +0900)
committerYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Wed, 11 May 2011 03:13:58 +0000 (11 12:13 +0900)
treeeeed4c4a9f50fa70a4406f44f73e12d2e21bc3f0
parent3ee240faef2c679ecf9eb6b99ac22b9e75b23f08
Take account of fringe background extension in scroll_run_hook.

* w32term.c (w32_draw_fringe_bitmap): Rename local vars `left' and
`width' to `bar_area_x' and `bar_area_width', respectively.
(x_scroll_run): Take account of fringe background extension.

* xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]: Rename
local vars `left' and `width' to `bar_area_x' and
`bar_area_width', respectively.
(x_scroll_run) [USE_TOOLKIT_SCROLL_BARS]: Take account of fringe
background extension.
src/ChangeLog
src/w32term.c
src/xterm.c