Mercurial > emacs
changeset 44049:770a1adcce3e
(display-images-p): Do not explicitly check display type.
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Wed, 20 Mar 2002 21:26:51 +0000 |
parents | a821e85866cd |
children | 6deaf7b2eb00 |
files | lisp/frame.el |
diffstat | 1 files changed, 1 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/frame.el Wed Mar 20 21:19:26 2002 +0000 +++ b/lisp/frame.el Wed Mar 20 21:26:51 2002 +0000 @@ -946,10 +946,7 @@ 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)