mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
(M_APPLE): New define.
(MENU): Use it.
This commit is contained in:
parent
2de7a2cc39
commit
a7a15fae35
@ -63,8 +63,10 @@ resource 'STR ' (128) { /*help message for emacs icon*/
|
||||
};
|
||||
#endif
|
||||
|
||||
#define M_APPLE 234 /* Menu ID for Apple Menu. */
|
||||
|
||||
resource 'MENU' (128, preload) {
|
||||
128,
|
||||
M_APPLE,
|
||||
textMenuProc,
|
||||
0x7FFFFFFD,
|
||||
enabled,
|
||||
|
Loading…
Reference in New Issue
Block a user