summaryrefslogtreecommitdiff
path: root/src/termhooks.h
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1991-07-27 03:27:24 +0000
committerJim Blandy <jimb@redhat.com>1991-07-27 03:27:24 +0000
commit3a4fc7e02c312e51a926557039281554d650e0d2 (patch)
treeb58483cd5d72e391356e21e4c8b7fcfe11e579a4 /src/termhooks.h
parent090105b6de97f635f84e1508bc40c334f107d041 (diff)
downloademacs-3a4fc7e02c312e51a926557039281554d650e0d2.tar.gz
*** empty log message ***
Diffstat (limited to 'src/termhooks.h')
-rw-r--r--src/termhooks.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/termhooks.h b/src/termhooks.h
index bb6f29ce471..d414149ca95 100644
--- a/src/termhooks.h
+++ b/src/termhooks.h
@@ -63,12 +63,10 @@ extern int (*read_socket_hook) ();
button releases. */
extern int (*mouse_tracking_enable_hook) ( /* int ENABLE */ );
-/* When reading from a minibuffer in a different screen, Emacs wants
- to shift the highlight from the selected screen to the minibuffer's
- screen; under X, this means it lies about where the focus is.
- This hook tells the window system code to re-decide where to put
- the highlight. */
-extern void (*screen_rehighlight_hook) ( /* SCREEN_PTR s */ );
+/* When a screen's focus redirection is changed, this hook tells the
+ window system code to re-decide where to put the highlight. Under
+ X, this means that the system lies about where the focus is. */
+extern void (*screen_rehighlight_hook) ( /* void */ );
/* If nonzero, send all terminal output characters to this stream also. */