Mercurial > emacs
changeset 14520:e46b1e676418
(x-display-pixel-height, x-display-pixel-width):
Make the returned value consistent with one-pixel-per-character.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 08 Feb 1996 17:49:24 +0000 |
parents | 7efdb933356e |
children | 4ffaeb5318c0 |
files | lisp/term/pc-win.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/term/pc-win.el Thu Feb 08 17:46:58 1996 +0000 +++ b/lisp/term/pc-win.el Thu Feb 08 17:49:24 1996 +0000 @@ -116,8 +116,8 @@ (fset 'unfocus-frame 'ignore) (defun x-list-fonts (pattern &optional face frame) (list "default")) (defun x-color-defined-p (color) (numberp (msdos-color-translate color))) -(defun x-display-pixel-width (&optional frame) (* 8 (frame-width frame))) -(defun x-display-pixel-height (&optional frame) (* 8 (frame-height frame))) +(defun x-display-pixel-width (&optional frame) (frame-width frame)) +(defun x-display-pixel-height (&optional frame) (frame-height frame)) (defun x-display-planes (&optional frame) 4) ; 3 for background, actually (defun x-display-color-cells (&optional frame) 16) ; ??? (defun x-server-max-request-size (&optional frame) 1000000) ; ???