| 163 | } |
| 164 | |
| 165 | Rect WindowCore::getContentArea() |
| 166 | { |
| 167 | // content area = bounds (there are no borders) |
| 168 | return _currentBounds; |
| 169 | } |
| 170 | |
| 171 | void WindowCore::rootViewDisposed() |
| 172 | { |
nothing calls this directly
no outgoing calls
no test coverage detected