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

Function SaveWindowPos

outdated/sys/mac/maccurs.c:193–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191}
192
193void
194SaveWindowPos(WindowPtr win)
195{
196 Rect r;
197
198 GetWindowBounds(win, kWindowContentRgn, &r);
199 SavePosition(GetWinKind(win), r.top, r.left);
200}
201
202void
203SaveWindowSize(WindowPtr win)

Callers 1

HandleClickFunction · 0.85

Calls 2

SavePositionFunction · 0.85
GetWinKindFunction · 0.85

Tested by

no test coverage detected