0x004CB966
| 292 | |
| 293 | // 0x004CB966 |
| 294 | void invalidate(WindowType type) |
| 295 | { |
| 296 | for (auto& w : _windows) |
| 297 | { |
| 298 | if (w.type != type) |
| 299 | { |
| 300 | continue; |
| 301 | } |
| 302 | |
| 303 | w.invalidate(); |
| 304 | } |
| 305 | } |
| 306 | |
| 307 | // 0x004CB966 |
| 308 | void invalidate(WindowType type, WindowNumber_t number) |
no test coverage detected