mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-09 20:29:10 +02:00
Add a TODO for a missing return value
This commit is contained in:
@@ -323,6 +323,8 @@ class YaPlugView : public Steinberg::IPlugView {
|
|||||||
/**
|
/**
|
||||||
* Message to pass through a call to `IPlugView::checkSizeConstraint(rect)`
|
* Message to pass through a call to `IPlugView::checkSizeConstraint(rect)`
|
||||||
* to the Wine plugin host.
|
* to the Wine plugin host.
|
||||||
|
*
|
||||||
|
* TODO: This should also return the updated ViewRect
|
||||||
*/
|
*/
|
||||||
struct CheckSizeConstraint {
|
struct CheckSizeConstraint {
|
||||||
using Response = UniversalTResult;
|
using Response = UniversalTResult;
|
||||||
|
|||||||
Reference in New Issue
Block a user