mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-09 20:29:10 +02:00
Add comment about updated size in CheckSizeConstraintResponse
This commit is contained in:
@@ -327,6 +327,10 @@ class YaPlugView : public Steinberg::IPlugView {
|
|||||||
/**
|
/**
|
||||||
* The result and updated `ViewRect` from a call to
|
* The result and updated `ViewRect` from a call to
|
||||||
* `IPlugView::checkSizeConstraint(rect)`.
|
* `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 {
|
struct CheckSizeConstraintResponse {
|
||||||
UniversalTResult result;
|
UniversalTResult result;
|
||||||
|
|||||||
Reference in New Issue
Block a user