[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Q: child frames on ttys
From: |
Eli Zaretskii |
Subject: |
Re: Q: child frames on ttys |
Date: |
Mon, 02 Sep 2024 16:13:16 +0300 |
> From: Gerd Möllmann <gerd.moellmann@gmail.com>
> Cc: rudalics@gmx.at, emacs-devel@gnu.org
> Date: Mon, 02 Sep 2024 14:46:11 +0200
>
> The new plan is to record these rectangles as a list of (child-frame
> rectangle). Probably not Lisp lists, don't know.
Why not simply record the pointer to 'struct frame" inside the glyph
structure, to indicate which frame it came from? Then you can call
FACE_FROM_ID like we do now, because that macro already accepts the
frame pointer. We could have a convention that NULL as the frame
pointer means the root frame or something.