MCPcopy Create free account
hub / github.com/NetHack/NetHack / macUpdateMenu

Function macUpdateMenu

outdated/sys/mac/macwin.c:2799–2804  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2797}
2798
2799static short
2800macUpdateMenu(EventRecord *theEvent, WindowPtr theWindow)
2801{
2802 MenwUpdate(GetNhWin(theWindow));
2803 return 0;
2804}
2805
2806#endif /* !TARGET_API_MAC_CARBON */
2807

Callers

nothing calls this directly

Calls 2

MenwUpdateFunction · 0.85
GetNhWinFunction · 0.85

Tested by

no test coverage detected