From: Richard M. Stallman Date: Mon, 18 Mar 2002 04:38:43 +0000 (+0000) Subject: (cursor_type_changed): Hew variable. X-Git-Tag: ttn-vms-21-2-B4~16110 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d1a0ea0ae2b95dc0a7ebe89bda32dcb1c8ef9cdd;p=emacs.git (cursor_type_changed): Hew variable. --- 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; 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. */