|
@@ -25,9 +25,9 @@ |
|
|
|
|
|
|
|
|
// -------------------------------------------------------------------------------------------------------------------- |
|
|
// -------------------------------------------------------------------------------------------------------------------- |
|
|
|
|
|
|
|
|
START_NAMESPACE_DGL |
|
|
|
|
|
|
|
|
START_NAMESPACE_DISTRHO |
|
|
|
|
|
|
|
|
class PluginApplication : public Application |
|
|
|
|
|
|
|
|
class PluginApplication : public DGL_NAMESPACE::Application |
|
|
{ |
|
|
{ |
|
|
public: |
|
|
public: |
|
|
explicit PluginApplication() |
|
|
explicit PluginApplication() |
|
@@ -37,7 +37,7 @@ public: |
|
|
} |
|
|
} |
|
|
}; |
|
|
}; |
|
|
|
|
|
|
|
|
class PluginWindow : public Window |
|
|
|
|
|
|
|
|
class PluginWindow : public DGL_NAMESPACE::Window |
|
|
{ |
|
|
{ |
|
|
public: |
|
|
public: |
|
|
explicit PluginWindow(PluginApplication& app, const uintptr_t winId) |
|
|
explicit PluginWindow(PluginApplication& app, const uintptr_t winId) |
|
@@ -69,6 +69,12 @@ public: |
|
|
} |
|
|
} |
|
|
}; |
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
END_NAMESPACE_DISTRHO |
|
|
|
|
|
|
|
|
|
|
|
// -------------------------------------------------------------------------------------------------------------------- |
|
|
|
|
|
|
|
|
|
|
|
START_NAMESPACE_DGL |
|
|
|
|
|
|
|
|
class CarlaButtonWidget : public TopLevelWidget, |
|
|
class CarlaButtonWidget : public TopLevelWidget, |
|
|
private OpenGLImageButton::Callback |
|
|
private OpenGLImageButton::Callback |
|
|
{ |
|
|
{ |
|
|