Close all always on-top windows to get an empty screen */
| 3394 | |
| 3395 | /** Close all always on-top windows to get an empty screen */ |
| 3396 | void HideVitalWindows() |
| 3397 | { |
| 3398 | CloseWindowById(WC_MAIN_TOOLBAR, 0); |
| 3399 | CloseWindowById(WC_STATUS_BAR, 0); |
| 3400 | } |
| 3401 | |
| 3402 | void ReInitWindow(Window *w, bool zoom_changed) |
| 3403 | { |
no test coverage detected