Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
651
short
652
set_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
HandleUpdate
Function · 0.85
Calls
1
accumulate_rect
Function · 0.85
Tested by
no test coverage detected