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: Jason Rumney
Subject: [Emacs-diffs] Changes to emacs/lisp/frame.el
Date: Wed, 20 Mar 2002 16:26:51 -0500

Index: emacs/lisp/frame.el
diff -c emacs/lisp/frame.el:1.192 emacs/lisp/frame.el:1.193
*** emacs/lisp/frame.el:1.192   Sun Mar  3 12:31:45 2002
--- emacs/lisp/frame.el Wed Mar 20 16:26:51 2002
***************
*** 946,955 ****
  frame's display)."
    (and (display-graphic-p display)
         (fboundp 'image-mask-p)
!        (fboundp 'image-size)
!        ;; FIXME: this will need to be revisited when the Windows port
!        ;; supports images.
!        (not (eq (framep-on-display display) 'w32))))
  
  (defalias 'display-multi-frame-p 'display-graphic-p)
  (defalias 'display-multi-font-p 'display-graphic-p)
--- 946,952 ----
  frame's display)."
    (and (display-graphic-p display)
         (fboundp 'image-mask-p)
!        (fboundp 'image-size)))
  
  (defalias 'display-multi-frame-p 'display-graphic-p)
  (defalias 'display-multi-font-p 'display-graphic-p)



reply via email to

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