| 33 | } |
| 34 | |
| 35 | Graphics::~Graphics() |
| 36 | { |
| 37 | // If we were drawing in the screen surface, we mark these regions |
| 38 | // as dirty for the final flip. |
| 39 | if (m_surface == she::instance()->defaultDisplay()->getSurface()) |
| 40 | Manager::getDefault()->dirtyRect(m_dirtyBounds); |
| 41 | } |
| 42 | |
| 43 | int Graphics::width() const |
| 44 | { |
nothing calls this directly
no test coverage detected