aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm2006-09-06 13:01:34 +0000
committerKim F. Storm2006-09-06 13:01:34 +0000
commit13112157f0be3037f8bb1cfed44eec4941307e7d (patch)
treeffce3c2fb5bbee31a9d9e83a2a779a26e622234d
parent51e39dfcf136d2e048e740b213232c631d3c7a10 (diff)
downloademacs-13112157f0be3037f8bb1cfed44eec4941307e7d.tar.gz
emacs-13112157f0be3037f8bb1cfed44eec4941307e7d.zip
(Display Feature Testing): display-mm-dimensions-alist.
-rw-r--r--lispref/frames.texi18
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.
555 555
556@node Management Parameters 556@node Management Parameters
557@subsubsection Window Management Parameters 557@subsubsection Window Management Parameters
558 558
559 These frame parameters, meaningful only on window system displays, 559 These frame parameters, meaningful only on window system displays,
560interact with the window manager. 560interact with the window manager.
561 561
@@ -2086,21 +2086,27 @@ This function returns the height of the screen in pixels.
2086On a character terminal, it gives the height in characters. 2086On a character terminal, it gives the height in characters.
2087@end defun 2087@end defun
2088 2088
2089@defun display-mm-height &optional display
2090This function returns the height of the screen in millimeters,
2091or @code{nil} if Emacs cannot get that information.
2092@end defun
2093
2094@defun display-pixel-width &optional display 2089@defun display-pixel-width &optional display
2095This function returns the width of the screen in pixels. 2090This function returns the width of the screen in pixels.
2096On a character terminal, it gives the width in characters. 2091On a character terminal, it gives the width in characters.
2097@end defun 2092@end defun
2098 2093
2094@defun display-mm-height &optional display
2095This function returns the height of the screen in millimeters,
2096or @code{nil} if Emacs cannot get that information.
2097@end defun
2098
2099@defun display-mm-width &optional display 2099@defun display-mm-width &optional display
2100This function returns the width of the screen in millimeters, 2100This function returns the width of the screen in millimeters,
2101or @code{nil} if Emacs cannot get that information. 2101or @code{nil} if Emacs cannot get that information.
2102@end defun 2102@end defun
2103 2103
2104@defvar display-mm-dimensions-alist
2105This variable allows the user to specify the dimensions of graphical
2106displays returned by @code{display-mm-height} and
2107@code{display-mm-width} in case the system provides incorrect values.
2108@end defvar
2109
2104@defun display-backing-store &optional display 2110@defun display-backing-store &optional display
2105This function returns the backing store capability of the display. 2111This function returns the backing store capability of the display.
2106Backing store means recording the pixels of windows (and parts of 2112Backing store means recording the pixels of windows (and parts of