diff options
author | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 2013-12-02 10:05:57 +0900 |
---|---|---|
committer | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 2013-12-02 10:05:57 +0900 |
commit | e0e0af3bd5e06526bf69ec1f0f9958371eef59d7 (patch) | |
tree | b67fc9348751075af4600bd1398ea5c9b63aa59b /src/xterm.h | |
parent | f224e5002292f7b9b9347147d4b5af913fed516a (diff) | |
download | emacs-e0e0af3bd5e06526bf69ec1f0f9958371eef59d7.tar.gz |
Remove fringe background extension code on X11.
* xterm.h (struct scroll_bar): Remove member `fringe_extended_p'.
* xterm.c (x_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/xterm.h')
-rw-r--r-- | src/xterm.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/xterm.h b/src/xterm.h index 88a0ae787aa..f67b79c3068 100644 --- a/src/xterm.h +++ b/src/xterm.h @@ -812,10 +812,6 @@ struct scroll_bar /* Last scroll bar part seen in xaw_jump_callback and xaw_scroll_callback. */ enum scroll_bar_part last_seen_part; #endif - - /* 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. */ - unsigned fringe_extended_p : 1; }; /* Turning a lisp vector value into a pointer to a struct scroll_bar. */ |