1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-24 14:30:43 -08:00

(cursor_type_changed): Hew variable.

This commit is contained in:
Richard M. Stallman 2002-03-18 04:38:43 +00:00
parent 7569100503
commit d1a0ea0ae2

View 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. */