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

Function rip_dismiss_text

win/X11/wintext.c:119–123  ·  view source on GitHub ↗

Dismiss from clicking on rip image. */

Source from the content-addressed store, hash-verified

117#ifdef GRAPHIC_TOMBSTONE
118/* Dismiss from clicking on rip image. */
119void
120rip_dismiss_text(Widget w, XEvent *event, String *params, Cardinal *num_params)
121{
122 dismiss_text(XtParent(w), event, params, num_params);
123}
124#endif
125
126/* ARGSUSED */

Callers

nothing calls this directly

Calls 1

dismiss_textFunction · 0.85

Tested by

no test coverage detected