| 561 | } |
| 562 | |
| 563 | void UI::uiReshape(const uint width, const uint height) |
| 564 | { |
| 565 | // NOTE this must be the same as Window::onReshape |
| 566 | pData->fallbackOnResize(width, height); |
| 567 | } |
| 568 | |
| 569 | #if DISTRHO_UI_FILE_BROWSER |
| 570 | void UI::uiFileBrowserSelected(const char*) |
no test coverage detected