[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Menu bar items structure
From: |
Po Lu |
Subject: |
Re: Menu bar items structure |
Date: |
Thu, 17 Nov 2022 19:15:26 +0800 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Manuel Giraud <manuel@ledu-giraud.fr> writes:
> It's not me that is using pixel_to_glyph_coords. It is line 5977 in
> keyboard.c. Do you suggest I use x_y_to_hpos_vpos here instead?
Yes. But at the same time, I think we might as well fix the code to
stop assuming that each character in the menu bar item string
corresponds to a single glyph, so the changes that have to be done are
actually much more subtle.
- Menu bar items structure, Manuel Giraud, 2022/11/16
- Re: Menu bar items structure, Eli Zaretskii, 2022/11/17
- Re: Menu bar items structure, Manuel Giraud, 2022/11/17
- Re: Menu bar items structure, Eli Zaretskii, 2022/11/17
- Re: Menu bar items structure, Manuel Giraud, 2022/11/18
Re: Menu bar items structure, Manuel Giraud, 2022/11/17