summaryrefslogtreecommitdiff
path: root/src/w32term.h
diff options
context:
space:
mode:
authorYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>2013-12-21 16:04:07 +0900
committerYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>2013-12-21 16:04:07 +0900
commit5b2b60f0f88e1785b1edbf9be8427fb6f2e717ff (patch)
tree50ae64eb3e2fd775a5dd07bccc80ca21137f0922 /src/w32term.h
parente0eb0550dc7eabc3777f322670200cb126d111e5 (diff)
downloademacs-5b2b60f0f88e1785b1edbf9be8427fb6f2e717ff.tar.gz
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.
Diffstat (limited to 'src/w32term.h')
-rw-r--r--src/w32term.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/w32term.h b/src/w32term.h
index b8a1823d7b0..0372bb1e970 100644
--- a/src/w32term.h
+++ b/src/w32term.h
@@ -449,12 +449,6 @@ struct scroll_bar {
place where the user grabbed it. If the handle isn't currently
being dragged, this is Qnil. */
int dragging;
-
- /* 1 if the background of the fringe that is adjacent to a scroll
- bar is extended to the gap between the fringe and the bar. */
- /* Note: this could be a bit field, but we need to take its address
- in ALLOCATE_PSEUDOVECTOR (see x_scroll_bar_create). */
- bool fringe_extended_p;
};
/* Turning a lisp vector value into a pointer to a struct scroll_bar. */