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

Function mswin_suspend_nhwindows

outdated/sys/wince/mswproc.c:682–687  ·  view source on GitHub ↗

Prepare the window to be suspended. */

Source from the content-addressed store, hash-verified

680
681/* Prepare the window to be suspended. */
682void
683mswin_suspend_nhwindows(const char *str)
684{
685 logDebug("mswin_suspend_nhwindows(%s)\n", str);
686 return;
687}
688
689/* Restore the windows after being suspended. */
690void

Callers

nothing calls this directly

Calls 1

logDebugFunction · 0.70

Tested by

no test coverage detected