| 1189 | } |
| 1190 | |
| 1191 | void |
| 1192 | PluginVCCore::set_transparent(bool passive_side, bool active_side) |
| 1193 | { |
| 1194 | passive_vc.set_is_transparent(passive_side); |
| 1195 | active_vc.set_is_transparent(active_side); |
| 1196 | } |
| 1197 | |
| 1198 | void |
| 1199 | PluginVCCore::set_plugin_id(int64_t id) |
no test coverage detected