MCPcopy Create free account
hub / github.com/SimHacker/micropolis / DelayedMap

Function DelayedMap

micropolis-activity/src/tk/main.c:133–145  ·  view source on GitHub ↗

ARGSUSED */

(clientData)

Source from the content-addressed store, hash-verified

131
132 /* ARGSUSED */
133static void
134DelayedMap(clientData)
135 ClientData clientData; /* Not used. */
136{
137
138 while (Tk_DoOneEvent(TK_IDLE_EVENTS) != 0) {
139 /* Empty loop body. */
140 }
141 if (w == NULL) {
142 return;
143 }
144 Tk_MapWindow(w);
145}
146
147 /* ARGSUSED */
148int

Callers

nothing calls this directly

Calls 2

Tk_MapWindowFunction · 0.85
Tk_DoOneEventFunction · 0.70

Tested by

no test coverage detected