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

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

bug#64440: 30.0.50; [PATCH] Highlight on non toolkit menu bar items


From: Po Lu
Subject: bug#64440: 30.0.50; [PATCH] Highlight on non toolkit menu bar items
Date: Sun, 10 Sep 2023 15:33:39 +0800
User-agent: Gnus/5.13 (Gnus v5.13)

Eli Zaretskii <eliz@gnu.org> writes:

> Is this function under a suitable #if condition?  AFAIU, it is only
> appropriate in a build with X but without any toolkit, so it shouldn't

Or on Android, which also utilizes our own menu bars.  The right
conditional is:

#if defined HAVE_WINDOW_SYSTEM && !defined HAVE_EXT_MENU_BAR




reply via email to

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