Function: artist-set-pointer-shape

artist-set-pointer-shape is a byte-compiled function defined in artist.el.gz.

Signature

(artist-set-pointer-shape NEW-POINTER-SHAPE)

Documentation

Set the shape of the X Windows pointer to NEW-POINTER-SHAPE.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/artist.el.gz
(defun artist-set-pointer-shape (new-pointer-shape)
  "Set the shape of the X Windows pointer to NEW-POINTER-SHAPE."
  (setq x-pointer-shape new-pointer-shape)
  (artist-update-pointer-shape))