branch: externals/buframe
commit 41842bb5e0dca99b857313f0e9e5efe61f52539f
Author: Al Haji-Ali <[email protected]>
Commit: Al Haji-Ali <[email protected]>

    Use absolute coordinates as a possible fix for multi-monitor setups
---
 buframe.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buframe.el b/buframe.el
index c75b192ff6..d1ba8aaee2 100644
--- a/buframe.el
+++ b/buframe.el
@@ -108,7 +108,7 @@
 Return (LEFT TOP WIDTH HEIGHT) or nil."
   (let* ((rs (max start (window-start window)))
          (re (min end (window-end window t)))
-         (edges (window-inside-pixel-edges window))
+         (edges (window-inside-absolute-pixel-edges window))
          minx miny maxx maxy)
     (when (< rs re)
       (save-excursion

Reply via email to