ARGSUSED */
(clientData)
| 131 | |
| 132 | /* ARGSUSED */ |
| 133 | static void |
| 134 | DelayedMap(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 */ |
| 148 | int |
nothing calls this directly
no test coverage detected