[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Emacs canvas support
From: |
Po Lu |
Subject: |
Re: Emacs canvas support |
Date: |
Sat, 02 May 2020 07:27:07 +0800 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) |
Eli Zaretskii <address@hidden> writes:
> I think the information needs to be recorded in the glyph structure
> that represents a canvas.
I have a canvas field inside `struct glyph' that points to the canvas
object. What I'm trying to do right now is track the position of the
canvases on-screen, so I can draw them separately from redisplay.
I'd appreciate some suggestions, thanks.