comparison man/xresources.texi @ 42714:59c4dd0ca0e8

(Table of Resources): Document the new fullscreen resource.
author Eli Zaretskii <eliz@gnu.org>
date Sun, 13 Jan 2002 11:52:06 +0000
parents 11a1b4e2b45a
children fcbd88e4e54e
comparison
equal deleted inserted replaced
42713:d977aa26f8f8 42714:59c4dd0ca0e8
169 169
170 If this resource specifies a position, that position applies only to the 170 If this resource specifies a position, that position applies only to the
171 initial Emacs frame (or, in the case of a resource for a specific frame 171 initial Emacs frame (or, in the case of a resource for a specific frame
172 name, only that frame). However, the size, if specified here, applies to 172 name, only that frame). However, the size, if specified here, applies to
173 all frames. 173 all frames.
174
175 @item @code{fullscreen} (class @code{Fullscreen})
176 Specify wanted fullscreen size. The value can be one of @code{fullboth},
177 @code{fullwidth} or @code{fullheight}, that each corresponds to
178 the command line options @code{-fs}, @code{-fw} and @code{-fh}
179 @pxref{Window Size X}.
180
181 Note that this applies to all frames created, not just the initial
182 one.
174 183
175 @item @code{iconName} (class @code{Title}) 184 @item @code{iconName} (class @code{Title})
176 Name to display in the icon. 185 Name to display in the icon.
177 186
178 @item @code{internalBorder} (class @code{BorderWidth}) 187 @item @code{internalBorder} (class @code{BorderWidth})