(display-images-p): Do not explicitly check display type.
This commit is contained in:
parent
3be38152af
commit
fcc6f5cc3e
1 changed files with 1 additions and 4 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue