]> git.eshelyaron.com Git - emacs.git/commit
Support pixelwise frame cloning (Bug#74750)
authorShip Mints <shipmints@gmail.com>
Mon, 16 Dec 2024 16:58:10 +0000 (17:58 +0100)
committerEshel Yaron <me@eshelyaron.com>
Mon, 23 Dec 2024 15:01:41 +0000 (16:01 +0100)
commit6b7a080691563eadf7b8652f1af4dfa21986ba4e
tree4e77af88f6db1359ba8a860b28fa74f026b6db2b
parentc3a87a185eafb8d669066ce193deb7ce1f0368b1
Support pixelwise frame cloning (Bug#74750)

* lisp/frame.el (clone-frame): Honor 'frame-resize-pixelwise'
when cloning a frame's geometry via the 'text-pixels' feature of
'make-frame' (Bug#74750).  Correctly specify source frame in
'display-graphic-p' test for tty selection behavior.

(cherry picked from commit 61f1d7fc682c28b3e67a9d8f529ff7046dfdbff1)
lisp/frame.el