This commit is contained in:
Yuan Fu 2019-11-02 09:30:07 -04:00
parent ec87e8c7f8
commit d3ea596daa
No known key found for this signature in database
GPG Key ID: 56E19BC57664A442

View File

@ -247,7 +247,7 @@ Position is calculated base on WIDTH and HEIGHT of childframe text window"
The coordinate is relative to the native frame. The coordinate is relative to the native frame.
WINDOW nil means use selected window." WINDOW nil means use selected window."
(let* ((pos (pos (posn-at-point point window))) (let* ((pos (posn-at-point point window))
(x-y (posn-x-y pos)) (x-y (posn-x-y pos))
(window (posn-window pos)) (window (posn-window pos))
(edges (window-body-pixel-edges window))) (edges (window-body-pixel-edges window)))