]> git.eshelyaron.com Git - emacs.git/commit
Remove fringe background extension code on W32.
authorYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Sat, 21 Dec 2013 07:04:07 +0000 (16:04 +0900)
committerYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Sat, 21 Dec 2013 07:04:07 +0000 (16:04 +0900)
commit5b2b60f0f88e1785b1edbf9be8427fb6f2e717ff
tree50ae64eb3e2fd775a5dd07bccc80ca21137f0922
parente0eb0550dc7eabc3777f322670200cb126d111e5
Remove fringe background extension code on W32.

* w32term.h (struct scroll_bar): Remove member `fringe_extended_p'.

* w32term.c (w32_draw_fringe_bitmap, x_scroll_run): Remove code for
fringe background extension.
(x_scroll_bar_create): Remove variables `sb_left' and `sb_width',
because they are now always the same as `left' and `width',
respectively.  Remove code for the case that `width' and
`sb_width' are different.
src/ChangeLog
src/w32term.c
src/w32term.h