Function: wallpaper--get-height-or-width

wallpaper--get-height-or-width is a byte-compiled function defined in wallpaper.el.gz.

Signature

(wallpaper--get-height-or-width DESC FUN DEFAULT)

Source Code

;; Defined in /usr/src/emacs/lisp/image/wallpaper.el.gz
(defun wallpaper--get-height-or-width (desc fun default)
  (cond ((display-graphic-p) (funcall fun))
        (noninteractive default)
        ((read-number (format "Wallpaper %s in pixels: " desc) default))))