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

Function my_color_area

outdated/win/gem/wingem1.c:575–583  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

573 }
574}
575void
576my_color_area(GRECT *area, int col)
577{
578 int pxy[4];
579
580 v_set_fill(col, 1, IP_SOLID, 0);
581 rc_grect_to_array(area, pxy);
582 v_bar(x_handle, pxy);
583}
584
585void
586my_clear_area(GRECT *area)

Callers 3

my_clear_areaFunction · 0.85
win_draw_mapFunction · 0.85
draw_promptFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected