]> git.eshelyaron.com Git - emacs.git/commitdiff
(x-display-pixel-height, x-display-pixel-width):
authorRichard M. Stallman <rms@gnu.org>
Thu, 8 Feb 1996 17:49:24 +0000 (17:49 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 8 Feb 1996 17:49:24 +0000 (17:49 +0000)
Make the returned value consistent with one-pixel-per-character.

lisp/term/pc-win.el

index f435b0f7f6a17a77af40ec6143f27dcde185fec3..5e5f9aea36fda30ed78af87118d89fcde1249e8c 100644 (file)
 (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) ; ???