diff options
author | Kim F. Storm <storm@cua.dk> | 2006-09-06 13:01:34 +0000 |
---|---|---|
committer | Kim F. Storm <storm@cua.dk> | 2006-09-06 13:01:34 +0000 |
commit | 13112157f0be3037f8bb1cfed44eec4941307e7d (patch) | |
tree | ffce3c2fb5bbee31a9d9e83a2a779a26e622234d /lispref/frames.texi | |
parent | 51e39dfcf136d2e048e740b213232c631d3c7a10 (diff) | |
download | emacs-13112157f0be3037f8bb1cfed44eec4941307e7d.tar.gz |
(Display Feature Testing): display-mm-dimensions-alist.
Diffstat (limited to 'lispref/frames.texi')
-rw-r--r-- | lispref/frames.texi | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/lispref/frames.texi b/lispref/frames.texi index 08b4c3be531..0f243135cbb 100644 --- a/lispref/frames.texi +++ b/lispref/frames.texi @@ -555,7 +555,7 @@ If non-@code{nil}, this frame's window is never split automatically. @node Management Parameters @subsubsection Window Management Parameters - + These frame parameters, meaningful only on window system displays, interact with the window manager. @@ -2086,21 +2086,27 @@ This function returns the height of the screen in pixels. On a character terminal, it gives the height in characters. @end defun -@defun display-mm-height &optional display -This function returns the height of the screen in millimeters, -or @code{nil} if Emacs cannot get that information. -@end defun - @defun display-pixel-width &optional display This function returns the width of the screen in pixels. On a character terminal, it gives the width in characters. @end defun +@defun display-mm-height &optional display +This function returns the height of the screen in millimeters, +or @code{nil} if Emacs cannot get that information. +@end defun + @defun display-mm-width &optional display This function returns the width of the screen in millimeters, or @code{nil} if Emacs cannot get that information. @end defun +@defvar display-mm-dimensions-alist +This variable allows the user to specify the dimensions of graphical +displays returned by @code{display-mm-height} and +@code{display-mm-width} in case the system provides incorrect values. +@end defvar + @defun display-backing-store &optional display This function returns the backing store capability of the display. Backing store means recording the pixels of windows (and parts of |