diff options
| author | YAMAMOTO Mitsuharu | 2013-12-21 16:04:07 +0900 |
|---|---|---|
| committer | YAMAMOTO Mitsuharu | 2013-12-21 16:04:07 +0900 |
| commit | 5b2b60f0f88e1785b1edbf9be8427fb6f2e717ff (patch) | |
| tree | 50ae64eb3e2fd775a5dd07bccc80ca21137f0922 /src/w32term.h | |
| parent | e0eb0550dc7eabc3777f322670200cb126d111e5 (diff) | |
| download | emacs-5b2b60f0f88e1785b1edbf9be8427fb6f2e717ff.tar.gz emacs-5b2b60f0f88e1785b1edbf9be8427fb6f2e717ff.zip | |
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.h | 6 |
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 { | |||
| 449 | place where the user grabbed it. If the handle isn't currently | 449 | place where the user grabbed it. If the handle isn't currently |
| 450 | being dragged, this is Qnil. */ | 450 | being dragged, this is Qnil. */ |
| 451 | int dragging; | 451 | int dragging; |
| 452 | |||
| 453 | /* 1 if the background of the fringe that is adjacent to a scroll | ||
| 454 | bar is extended to the gap between the fringe and the bar. */ | ||
| 455 | /* Note: this could be a bit field, but we need to take its address | ||
| 456 | in ALLOCATE_PSEUDOVECTOR (see x_scroll_bar_create). */ | ||
| 457 | bool fringe_extended_p; | ||
| 458 | }; | 452 | }; |
| 459 | 453 | ||
| 460 | /* Turning a lisp vector value into a pointer to a struct scroll_bar. */ | 454 | /* Turning a lisp vector value into a pointer to a struct scroll_bar. */ |