bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#59351: 29.0.50; [PATCH] Fix mouse click position to menu bar entry


From: Po Lu
Subject: bug#59351: 29.0.50; [PATCH] Fix mouse click position to menu bar entry
Date: Fri, 18 Nov 2022 19:42:16 +0800
User-agent: Gnus/5.13 (Gnus v5.13)

Manuel Giraud <manuel@ledu-giraud.fr> writes:

> +struct glyph *x_y_to_hpos_vpos (struct window *, int, int, int *, int *,
> +                             int *, int *, int *);

Shouldn't this be "extern struct glyph *x_y_to_hpos_vpos ...?"

> +             /* I guess this works because the menu bar is always
> +                at position (0, 0) in a frame.  Should this changed
> +                and we need a way to calculate the correct position
> +                into the menu bar from the position of the event in
> +                the frame.  */

I think this comment is unnecessary.  Where else would a menu bar be?




reply via email to

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