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

Function X11_free_gc

win/X11/winmap.c:1585–1592  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1583
1584#ifdef ENHANCED_SYMBOLS
1585static void
1586X11_free_gc(struct xwindow *wp, GC ggc, X11_color color)
1587{
1588 if ((color & NH_ENHANCED_COLOR) != 0 && iflags.use_color) {
1589 /* X11_make_gc allocated a new GC */
1590 XtReleaseGC(wp->w, ggc);
1591 }
1592}
1593#endif
1594
1595static void

Callers 1

map_updateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected