]> git.eshelyaron.com Git - emacs.git/commitdiff
(cursor_type_changed): Hew variable.
authorRichard M. Stallman <rms@gnu.org>
Mon, 18 Mar 2002 04:38:43 +0000 (04:38 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 18 Mar 2002 04:38:43 +0000 (04:38 +0000)
src/window.h

index 6ae50390bc80498a6be691f6c5b1436c231bef1b..a85422c97296d5d6a1940905d577648029f866e2 100644 (file)
@@ -436,6 +436,10 @@ extern int clip_changed;
 
 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.  */