From: Richard M. Stallman Date: Thu, 18 Jan 1996 08:36:51 +0000 (+0000) Subject: (struct frame): New field `title'. X-Git-Tag: emacs-19.34~1645 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fa5d1baab8b4ccd980b50e376d21ef8dee36a486;p=emacs.git (struct frame): New field `title'. --- diff --git a/src/frame.h b/src/frame.h index 2008064e8d5..ed853205b3c 100644 --- a/src/frame.h +++ b/src/frame.h @@ -49,14 +49,18 @@ struct frame Only EMACS_INT values can be intermixed with them. That ensures they are all aligned normally. */ - /* Name of this frame: a Lisp string. See also `explicit_name' - and `namebuf'. */ + /* Name of this frame: a Lisp string. It is used for looking up resources, + as well as for the title in some cases. */ Lisp_Object name; /* The name to use for the icon, the last time it was refreshed. nil means not explicitly specified. */ Lisp_Object icon_name; + /* This is the frame title specified explicitly, if any. + Usually it is nil. */ + Lisp_Object title; + /* The frame which should receive keystrokes that occur in this frame, or nil if they should go to the frame itself. This is usually nil, but if the frame is minibufferless, we can use this