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

Function gc_touch

outdated/win/gem/gr_rect.c:175–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173 return (FALSE);
174}
175static int
176gc_touch(GRECT *frame, GRECT *test)
177{
178 GRECT tmp = { test->g_x - 1, test->g_y - 1, test->g_w + 2,
179 test->g_h + 2 };
180 return (rc_intersect(frame, &tmp));
181}
182static void
183gc_combine(GRECT *frame, GRECT *test)
184{

Callers 1

add_dirty_rectFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected