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

Function drawThermo

outdated/sys/mac/mrecover.c:868–872  ·  view source on GitHub ↗

draw the progress thermometer and frame. 1 level <=> 1 horiz. pixel */

Source from the content-addressed store, hash-verified

866
867/* draw the progress thermometer and frame. 1 level <=> 1 horiz. pixel */
868pascal void
869drawThermo(WindowPtr wPtr, short inum)
870{
871 itemizeThermo(drawItem);
872}
873
874/* manage progress thermometer dialog */
875static void

Callers

nothing calls this directly

Calls 1

itemizeThermoFunction · 0.85

Tested by

no test coverage detected