emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Child-frame can not move to proper position when run "env GDK_SCALE=2 em


From: Feng Shu
Subject: Child-frame can not move to proper position when run "env GDK_SCALE=2 emacs"
Date: Mon, 08 Jan 2018 19:53:13 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.90 (gnu/linux)

When I run "env GDK_SCALE=2 emacs", the below code can not work properly

```
(let ((test (let ((after-make-frame-functions nil))
              (make-frame
               `((parent-frame . ,(window-frame))
                 (width . 50)
                 (height . 1)))))
      (pos (posn-x-y (posn-at-point (point) (selected-window)))))
  (set-frame-position test (car pos) (cdr pos)))<I>
```

When I eval the code at the <I>, the new created frame can not move to
<I>, it move to the wrong position.




-- 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]