|
|
@@ -796,6 +796,11 @@ public: |
|
|
|
[NSApp activateIgnoringOtherApps:YES]; |
|
|
|
} |
|
|
|
|
|
|
|
void setMinimumSize(uint, uint) override |
|
|
|
{ |
|
|
|
// TODO |
|
|
|
} |
|
|
|
|
|
|
|
void setSize(const uint width, const uint height, const bool forceUpdate, const bool resizeChild) override |
|
|
|
{ |
|
|
|
carla_debug("CocoaPluginUI::setSize(%u, %u, %s)", width, height, bool2str(forceUpdate)); |
|
|
@@ -1107,6 +1112,11 @@ public: |
|
|
|
SetFocus(fWindow); |
|
|
|
} |
|
|
|
|
|
|
|
void setMinimumSize(uint, uint) override |
|
|
|
{ |
|
|
|
// TODO |
|
|
|
} |
|
|
|
|
|
|
|
void setSize(const uint width, const uint height, const bool forceUpdate, bool) override |
|
|
|
{ |
|
|
|
CARLA_SAFE_ASSERT_RETURN(fWindow != nullptr,); |
|
|
|