| 2797 | } |
| 2798 | |
| 2799 | static short |
| 2800 | macUpdateMenu(EventRecord *theEvent, WindowPtr theWindow) |
| 2801 | { |
| 2802 | MenwUpdate(GetNhWin(theWindow)); |
| 2803 | return 0; |
| 2804 | } |
| 2805 | |
| 2806 | #endif /* !TARGET_API_MAC_CARBON */ |
| 2807 |
nothing calls this directly
no test coverage detected