# HG changeset patch # User Richard M. Stallman # Date 1198813804 0 # Node ID ccc6bcfd1dba2b7af8c07cf572f0ec186e4c70ce # Parent d9fc6586a979382542f65623a26062f245026523 (Size and Position): Explain meaning of frame pixel width and height. diff -r d9fc6586a979 -r ccc6bcfd1dba lispref/frames.texi --- a/lispref/frames.texi Fri Dec 28 03:19:04 2007 +0000 +++ b/lispref/frames.texi Fri Dec 28 03:50:04 2007 +0000 @@ -800,8 +800,14 @@ @defun frame-pixel-height &optional frame @defunx frame-pixel-width &optional frame -These functions return the height and width of @var{frame}, measured in -pixels. If you don't supply @var{frame}, they use the selected frame. +These functions return the height and width of the main display area +of @var{frame}, measured in pixels. If you don't supply @var{frame}, +they use the selected frame. + +These values include the internal borders, and windows' scroll bars +and fringes (which belong to individual windows, not to the frame +itself), but do not include menu bars or tool bars (except when using +X without an X toolkit). @end defun @defun frame-char-height &optional frame