# HG changeset patch # User Richard M. Stallman # Date 1115053753 0 # Node ID 12d1ea96b4664d49458555496ed55dce032d67a6 # Parent 5a280c44c432c73f32a2380504c240994f3905c4 (struct buffer): Add cursor_in_non_selected_windows slot. diff -r 5a280c44c432 -r 12d1ea96b466 src/buffer.h --- a/src/buffer.h Mon May 02 17:08:44 2005 +0000 +++ b/src/buffer.h Mon May 02 17:09:13 2005 +0000 @@ -761,6 +761,11 @@ /* An integer > 0 means put that number of pixels below text lines in the display of this buffer. */ Lisp_Object extra_line_spacing; + + /* *Cursor type to display in non-selected windows. + t means to use hollow box cursor. + See `cursor-type' for other values. */ + Lisp_Object cursor_in_non_selected_windows; };