emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/frame.el


From: YAMAMOTO Mitsuharu
Subject: [Emacs-diffs] Changes to emacs/lisp/frame.el
Date: Fri, 21 Oct 2005 04:27:04 -0400

Index: emacs/lisp/frame.el
diff -c emacs/lisp/frame.el:1.229 emacs/lisp/frame.el:1.230
*** emacs/lisp/frame.el:1.229   Thu Oct 20 14:23:26 2005
--- emacs/lisp/frame.el Fri Oct 21 08:27:04 2005
***************
*** 1053,1061 ****
    "Return the number of screens associated with DISPLAY."
    (let ((frame-type (framep-on-display display)))
      (cond
!      ((memq frame-type '(x w32))
        (x-display-screens display))
!      (t       ;; FIXME: is this correct for the Mac?
        1))))
  
  (defun display-pixel-height (&optional display)
--- 1053,1061 ----
    "Return the number of screens associated with DISPLAY."
    (let ((frame-type (framep-on-display display)))
      (cond
!      ((memq frame-type '(x w32 mac))
        (x-display-screens display))
!      (t
        1))))
  
  (defun display-pixel-height (&optional display)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]