Browse Source

Expose window repaint for plugin format implementations

Signed-off-by: falkTX <falktx@falktx.com>
pull/421/head
falkTX 2 years ago
parent
commit
5c22ff0653
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      distrho/src/DistrhoUIInternal.hpp

+ 7
- 0
distrho/src/DistrhoUIInternal.hpp View File

@@ -261,6 +261,13 @@ public:
uiData->app.quit();
}

#if !DISTRHO_PLUGIN_HAS_EXTERNAL_UI
void repaint()
{
uiData->window->repaint();
}
#endif

// -------------------------------------------------------------------

#if defined(DISTRHO_OS_MAC) || defined(DISTRHO_OS_WINDOWS)


Loading…
Cancel
Save