branch: externals/posframe
commit faa90e045a4dfb76cd9c129c34d330fc37ae9282
Author: Feng Shu <tuma...@163.com>
Commit: Feng Shu <tuma...@163.com>

    * posframe-benchmark.el (posframe-benchmark-alist): Add set-mouse-position 
benchmark.
---
 posframe-benchmark.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/posframe-benchmark.el b/posframe-benchmark.el
index 9168151..6edaf13 100644
--- a/posframe-benchmark.el
+++ b/posframe-benchmark.el
@@ -50,7 +50,9 @@
       (posframe--get-font-height
        (posframe--get-font-height (point-min)))
       (posframe--mouse-banish
-       (posframe--mouse-banish (window-frame))))))
+       (posframe--mouse-banish (window-frame)))
+      (set-mouse-position
+       (set-mouse-position (window-frame) 0 0)))))
 
 (defun posframe-benchmark ()
   "Benchmark tool for posframe."

Reply via email to