| 679 | } |
| 680 | |
| 681 | static void setSizeCallback(void* const ptr, const uint width, const uint height) |
| 682 | { |
| 683 | static_cast<ClapUI*>(ptr)->setSizeFromPlugin(width, height); |
| 684 | } |
| 685 | |
| 686 | #if DISTRHO_PLUGIN_WANT_STATE |
| 687 | void setState(const char* const key, const char* const value) |
nothing calls this directly
no test coverage detected