Mercurial > emacs
changeset 43988:44b653625dac
(cursor_type_changed): Hew variable.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 18 Mar 2002 04:38:43 +0000 |
parents | ea6530f23937 |
children | 45bade9bdfe3 |
files | src/window.h |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/window.h Mon Mar 18 04:38:15 2002 +0000 +++ b/src/window.h Mon Mar 18 04:38:43 2002 +0000 @@ -436,6 +436,10 @@ extern int windows_or_buffers_changed; +/* Nonzero means a frame's cursor type has been changed. */ + +extern int cursor_type_changed; + /* Number of windows displaying the selected buffer. Normally this is 1, but it can be more. */