Initial work for host parameters module
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
d989bdcc59
commit
c469dbf76b
9 changed files with 549 additions and 69 deletions
|
|
@ -63,7 +63,7 @@ class CardinalUI : public UI,
|
|||
|
||||
ScopedContext(CardinalUI* const ui)
|
||||
: context(ui->fContext),
|
||||
cml(context->plugin->contextMutex)
|
||||
cml(context->mutex)
|
||||
{
|
||||
rack::contextSet(context);
|
||||
WindowParametersRestore(context->window);
|
||||
|
|
@ -71,7 +71,7 @@ class CardinalUI : public UI,
|
|||
|
||||
ScopedContext(CardinalUI* const ui, const int mods)
|
||||
: context(ui->fContext),
|
||||
cml(context->plugin->contextMutex)
|
||||
cml(context->mutex)
|
||||
{
|
||||
rack::contextSet(context);
|
||||
rack::window::WindowMods(context->window, mods);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue