Add comment about updated size in CheckSizeConstraintResponse

This commit is contained in:
Robbert van der Helm
2021-02-12 19:03:48 +01:00
parent 2020acfec1
commit d887a2905c
@@ -327,6 +327,10 @@ class YaPlugView : public Steinberg::IPlugView {
/**
* The result and updated `ViewRect` from a call to
* `IPlugView::checkSizeConstraint(rect)`.
*
* In this case the plugin is allowed to update the view rect with something
* that the plugin does support. I don't know if any hosts that use this
* information though.
*/
struct CheckSizeConstraintResponse {
UniversalTResult result;