| 1009 | } |
| 1010 | |
| 1011 | void Manager::dirtyRect(const gfx::Rect& bounds) |
| 1012 | { |
| 1013 | m_dirtyRegion.createUnion(m_dirtyRegion, gfx::Region(bounds)); |
| 1014 | } |
| 1015 | |
| 1016 | /* configures the window for begin the loop */ |
| 1017 | void Manager::_openWindow(Window* window) |
no test coverage detected