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

Function DelayedMap

micropolis-activity/src/sim/w_tk.c:558–568  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

556
557
558static void
559DelayedMap(ClientData clientData)
560{
561 while (Tk_DoOneEvent(TK_IDLE_EVENTS) != 0) {
562 /* Empty loop body. */
563 }
564 if (MainWindow == NULL) {
565 return;
566 }
567 Tk_MapWindow(MainWindow);
568}
569
570
571DidStopPan(SimView *view)

Callers

nothing calls this directly

Calls 2

Tk_MapWindowFunction · 0.85
Tk_DoOneEventFunction · 0.50

Tested by

no test coverage detected