]> git.eshelyaron.com Git - emacs.git/commitdiff
(display-images-p): Do not explicitly check display type.
authorJason Rumney <jasonr@gnu.org>
Wed, 20 Mar 2002 21:26:51 +0000 (21:26 +0000)
committerJason Rumney <jasonr@gnu.org>
Wed, 20 Mar 2002 21:26:51 +0000 (21:26 +0000)
lisp/frame.el

index 05a6a80eb493ea86ef7646dfc998d39956e9a042..6716f3d26571f715d77c99f89d8659470b59c6ec 100644 (file)
@@ -946,10 +946,7 @@ DISPLAY can be a display name, a frame, or nil (meaning the selected
 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))))
+       (fboundp 'image-size)))
 
 (defalias 'display-multi-frame-p 'display-graphic-p)
 (defalias 'display-multi-font-p 'display-graphic-p)