| 136 | } |
| 137 | |
| 138 | void TopLevelWidget::PrivateData::fallbackOnResize(const uint width, const uint height) |
| 139 | { |
| 140 | puglFallbackOnResize(window.pData->view, width, height); |
| 141 | } |
| 142 | |
| 143 | // ----------------------------------------------------------------------- |
| 144 |
no test coverage detected