/[emacs]/emacs/lisp/frame.el
ViewVC logotype

Diff of /emacs/lisp/frame.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.229 by eliz, Thu Oct 20 14:23:26 2005 UTC revision 1.230 by mituharu, Fri Oct 21 08:27:04 2005 UTC
# Line 1053  frame's display)." Line 1053  frame's display)."
1053    "Return the number of screens associated with DISPLAY."    "Return the number of screens associated with DISPLAY."
1054    (let ((frame-type (framep-on-display display)))    (let ((frame-type (framep-on-display display)))
1055      (cond      (cond
1056       ((memq frame-type '(x w32))       ((memq frame-type '(x w32 mac))
1057        (x-display-screens display))        (x-display-screens display))
1058       (t ;; FIXME: is this correct for the Mac?       (t
1059        1))))        1))))
1060    
1061  (defun display-pixel-height (&optional display)  (defun display-pixel-height (&optional display)

Legend:
Removed from v.1.229  
changed lines
  Added in v.1.230

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26