MCPcopy 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
187Boolean
188RetrieveWinPos(WindowPtr win, short *top, short *left)
189{
190 return RetrievePosition(GetWinKind(win), top, left);
191}
192
193void
194SaveWindowPos(WindowPtr win)

Callers 1

adjust_window_posFunction · 0.85

Calls 2

RetrievePositionFunction · 0.85
GetWinKindFunction · 0.85

Tested by

no test coverage detected