Function: posframe--posframe-need-redraw-p

posframe--posframe-need-redraw-p is a byte-compiled function defined in posframe.el.

Signature

(posframe--posframe-need-redraw-p POSFRAME)

Documentation

Test POSFRAME need to redraw or not.

Source Code

;; Defined in ~/.emacs.d/elpa/posframe-20260415.14/posframe.el
(defun posframe--posframe-need-redraw-p (posframe)
  "Test POSFRAME need to redraw or not."
  ;; When posframe is found by `posframe--find-existing-posframe',
  ;; it need to redraw, more info:
  ;; 1. https://github.com/tumashu/ivy-posframe/pull/30
  ;; 2. https://github.com/tumashu/posframe/pull/118
  (frame-parameter posframe 'existing-posframe))