Mercurial > emacs
diff src/window.h @ 43988:44b653625dac
(cursor_type_changed): Hew variable.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Mon, 18 Mar 2002 04:38:43 +0000 |
| parents | 03e9839bc157 |
| children | a8fde13e8625 |
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. */
