| 1121 | } |
| 1122 | |
| 1123 | static void |
| 1124 | topl_flash_resp(int resp_idx) |
| 1125 | { |
| 1126 | unsigned long dont_care; |
| 1127 | Rect frame; |
| 1128 | SetPortWindowPort(theWindows[WIN_MESSAGE].its_window); |
| 1129 | topl_resp_rect(resp_idx, &frame); |
| 1130 | InsetRect(&frame, 1, 1); |
| 1131 | InvertRect(&frame); |
| 1132 | Delay(GetDblTime() / 2, &dont_care); |
| 1133 | InvertRect(&frame); |
| 1134 | } |
| 1135 | |
| 1136 | static void |
| 1137 | topl_set_def(int new_def_idx) |
no test coverage detected