(M_APPLE): New define.
(MENU): Use it.
This commit is contained in:
parent
2de7a2cc39
commit
a7a15fae35
1 changed files with 3 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue