| 852 | } |
| 853 | |
| 854 | static void |
| 855 | cooldown() |
| 856 | { |
| 857 | if (in.Recover) |
| 858 | endRecover(); |
| 859 | |
| 860 | /* wait for pending notifications to complete */ |
| 861 | while (in.Notify) |
| 862 | (void) WaitNextEvent(0, &wnEvt, 3L, (RgnHandle) 0L); |
| 863 | |
| 864 | ExitToShell(); |
| 865 | } |
| 866 | |
| 867 | /* draw the progress thermometer and frame. 1 level <=> 1 horiz. pixel */ |
| 868 | pascal void |
no test coverage detected