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

Function set_invalid_region

outdated/sys/mac/mactty.c:651–657  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

649}
650
651short
652set_invalid_region(WindowPtr window, Rect *inval_rect)
653{
654 RECORD_EXISTS(record);
655 accumulate_rect(record, inval_rect);
656 return noErr;
657}
658
659/*
660 * Invert the specified position

Callers 1

HandleUpdateFunction · 0.85

Calls 1

accumulate_rectFunction · 0.85

Tested by

no test coverage detected