Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NetHack/NetHack
/ RetrieveWinPos
Function
RetrieveWinPos
outdated/sys/mac/maccurs.c:187–191 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
185
}
186
187
Boolean
188
RetrieveWinPos(WindowPtr win, short *top, short *left)
189
{
190
return RetrievePosition(GetWinKind(win), top, left);
191
}
192
193
void
194
SaveWindowPos(WindowPtr win)
Callers
1
adjust_window_pos
Function · 0.85
Calls
2
RetrievePosition
Function · 0.85
GetWinKind
Function · 0.85
Tested by
no test coverage detected