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

Function menu_invert

win/X11/winmenu.c:448–455  ·  view source on GitHub ↗

ARGSUSED */

Source from the content-addressed store, hash-verified

446
447/* ARGSUSED */
448static void
449menu_invert(Widget w, XtPointer client_data, XtPointer call_data)
450{
451 nhUse(w);
452 nhUse(call_data);
453
454 invert_all((struct xwindow *) client_data);
455}
456
457/* ARGSUSED */
458static void

Callers

nothing calls this directly

Calls 1

invert_allFunction · 0.70

Tested by

no test coverage detected