aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32term.h
diff options
context:
space:
mode:
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 {
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. */