mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-06-22 11:53:56 +02:00
Rename maybe_resize_editor() to resize_editor()
This commit is contained in:
@@ -308,7 +308,7 @@ class Vst3Bridge : public HostBridge {
|
||||
* the new size. This is called from `IPlugFrame::resizeView()` to make sure
|
||||
* we do the resize before the request gets sent to the host.
|
||||
*/
|
||||
bool maybe_resize_editor(size_t instance_id,
|
||||
bool resize_editor(size_t instance_id,
|
||||
const Steinberg::ViewRect& new_size);
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user