branch: externals/posframe commit c54ff5a3576a3ade6a15e4d366d3e4e03ca86b33 Author: Feng Shu <tuma...@163.com> Commit: Feng Shu <tuma...@163.com>
* posframe-benchmark.el (posframe-benchmark-alist): Add frame-parameter benchmark. --- posframe-benchmark.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/posframe-benchmark.el b/posframe-benchmark.el index 6edaf13..71d36b0 100644 --- a/posframe-benchmark.el +++ b/posframe-benchmark.el @@ -51,6 +51,8 @@ (posframe--get-font-height (point-min))) (posframe--mouse-banish (posframe--mouse-banish (window-frame))) + (frame-parameter + (frame-parameter (window-frame) 'no-accept-focus)) (set-mouse-position (set-mouse-position (window-frame) 0 0)))))