aboutsummaryrefslogtreecommitdiffstats
path: root/src/termhooks.h
diff options
context:
space:
mode:
authorJoakim Verona2011-12-28 11:34:15 +0100
committerJoakim Verona2011-12-28 11:34:15 +0100
commit2f74c36bf173b5ad01f99e0d1b31b9b8fa5c8f2f (patch)
tree034e65ef002631d0aba8fc1a41e9984fc557e630 /src/termhooks.h
parentbb29f044aa967831cd664c54eba0de0c701436ce (diff)
parentd23ab8e8726ecb7e3554644857b4a58e5f7408f1 (diff)
downloademacs-2f74c36bf173b5ad01f99e0d1b31b9b8fa5c8f2f.tar.gz
emacs-2f74c36bf173b5ad01f99e0d1b31b9b8fa5c8f2f.zip
upstream
Diffstat (limited to 'src/termhooks.h')
-rw-r--r--src/termhooks.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/termhooks.h b/src/termhooks.h
index a025e2798d9..03d336bf0c8 100644
--- a/src/termhooks.h
+++ b/src/termhooks.h
@@ -556,7 +556,7 @@ struct terminal
556 556
557 /* Arrange for all scroll bars on FRAME to be removed at the next call 557 /* Arrange for all scroll bars on FRAME to be removed at the next call
558 to `*judge_scroll_bars_hook'. A scroll bar may be spared if 558 to `*judge_scroll_bars_hook'. A scroll bar may be spared if
559 `*redeem_scroll_bar_hook' is applied to its window before the judgement. 559 `*redeem_scroll_bar_hook' is applied to its window before the judgment.
560 560
561 This should be applied to each frame each time its window tree is 561 This should be applied to each frame each time its window tree is
562 redisplayed, even if it is not displaying scroll bars at the moment; 562 redisplayed, even if it is not displaying scroll bars at the moment;
@@ -568,7 +568,7 @@ struct terminal
568 currently displaying them. */ 568 currently displaying them. */
569 void (*condemn_scroll_bars_hook) (struct frame *frame); 569 void (*condemn_scroll_bars_hook) (struct frame *frame);
570 570
571 /* Unmark WINDOW's scroll bar for deletion in this judgement cycle. 571 /* Unmark WINDOW's scroll bar for deletion in this judgment cycle.
572 Note that it's okay to redeem a scroll bar that is not condemned. */ 572 Note that it's okay to redeem a scroll bar that is not condemned. */
573 void (*redeem_scroll_bar_hook) (struct window *window); 573 void (*redeem_scroll_bar_hook) (struct window *window);
574 574