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

Function WindowFontStruct

win/X11/Window.c:177–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175}
176
177XFontStruct *
178WindowFontStruct(Widget w)
179{
180 return ((WindowWidget) w)->window.font;
181}

Callers 3

rip_exposedFunction · 0.85
X11_set_map_fontFunction · 0.85
X11_get_map_font_structFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected