From d1a0ea0ae2b95dc0a7ebe89bda32dcb1c8ef9cdd Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 18 Mar 2002 04:38:43 +0000 Subject: [PATCH] (cursor_type_changed): Hew variable. --- src/window.h | 4 ++++ 1 file changed, 4 insertions(+) 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. */ -- 2.39.2