aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2002-03-18 04:38:43 +0000
committerRichard M. Stallman2002-03-18 04:38:43 +0000
commitd1a0ea0ae2b95dc0a7ebe89bda32dcb1c8ef9cdd (patch)
treea0ee7b165eaf28ab16ac0d62ad765ade1f859cc3
parent7569100503c1d0ad62b87d21e99b969feb096601 (diff)
downloademacs-d1a0ea0ae2b95dc0a7ebe89bda32dcb1c8ef9cdd.tar.gz
emacs-d1a0ea0ae2b95dc0a7ebe89bda32dcb1c8ef9cdd.zip
(cursor_type_changed): Hew variable.
-rw-r--r--src/window.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/window.h b/src/window.h
index 6ae50390bc8..a85422c9729 100644
--- a/src/window.h
+++ b/src/window.h
@@ -436,6 +436,10 @@ extern int clip_changed;
436 436
437extern int windows_or_buffers_changed; 437extern int windows_or_buffers_changed;
438 438
439/* Nonzero means a frame's cursor type has been changed. */
440
441extern int cursor_type_changed;
442
439/* Number of windows displaying the selected buffer. Normally this is 443/* Number of windows displaying the selected buffer. Normally this is
440 1, but it can be more. */ 444 1, but it can be more. */
441 445