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

Function X11_get_map_font

win/X11/winmap.c:1859–1863  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1857#endif
1858
1859static Font
1860X11_get_map_font(struct xwindow *wp)
1861{
1862 return X11_get_map_font_struct(wp)->fid;
1863}
1864
1865static XFontStruct *
1866X11_get_map_font_struct(struct xwindow *wp)

Callers 2

X11_make_gcFunction · 0.85
init_textFunction · 0.85

Calls 1

X11_get_map_font_structFunction · 0.85

Tested by

no test coverage detected