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

Function menu_ok

win/X11/winmenu.c:399–408  ·  view source on GitHub ↗

ARGSUSED */

Source from the content-addressed store, hash-verified

397
398/* ARGSUSED */
399static void
400menu_ok(Widget w, XtPointer client_data, XtPointer call_data)
401{
402 struct xwindow *wp = (struct xwindow *) client_data;
403
404 nhUse(w);
405 nhUse(call_data);
406
407 menu_popdown(wp);
408}
409
410/* ARGSUSED */
411static void

Callers

nothing calls this directly

Calls 1

menu_popdownFunction · 0.85

Tested by

no test coverage detected