Hotfix #24
This commit is contained in:
parent
ec87e8c7f8
commit
d3ea596daa
@ -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)))
|
||||||
|
Loading…
Reference in New Issue
Block a user