0x004CA4BD input: regs.esi - window (this)
| 428 | // 0x004CA4BD |
| 429 | // input: regs.esi - window (this) |
| 430 | void Window::invalidate() |
| 431 | { |
| 432 | Gfx::invalidateRegion(x, y, x + width, y + height); |
| 433 | } |
| 434 | |
| 435 | // 0x004CA115 |
| 436 | void Window::updateScrollWidgets() |