|
@@ -25,10 +25,10 @@ |
|
|
typedef DISTRHO_NAMESPACE::ExternalWindow UIWidget; |
|
|
typedef DISTRHO_NAMESPACE::ExternalWindow UIWidget; |
|
|
#elif DISTRHO_UI_USE_NANOVG |
|
|
#elif DISTRHO_UI_USE_NANOVG |
|
|
# include "../dgl/NanoVG.hpp" |
|
|
# include "../dgl/NanoVG.hpp" |
|
|
typedef DGL::NanoWidget UIWidget; |
|
|
|
|
|
|
|
|
typedef DGL_NAMESPACE::NanoWidget UIWidget; |
|
|
#else |
|
|
#else |
|
|
# include "../dgl/Widget.hpp" |
|
|
# include "../dgl/Widget.hpp" |
|
|
typedef DGL::Widget UIWidget; |
|
|
|
|
|
|
|
|
typedef DGL_NAMESPACE::Widget UIWidget; |
|
|
#endif |
|
|
#endif |
|
|
|
|
|
|
|
|
START_NAMESPACE_DISTRHO |
|
|
START_NAMESPACE_DISTRHO |
|
@@ -214,7 +214,7 @@ private: |
|
|
void setAbsoluteX(int) const noexcept {} |
|
|
void setAbsoluteX(int) const noexcept {} |
|
|
void setAbsoluteY(int) const noexcept {} |
|
|
void setAbsoluteY(int) const noexcept {} |
|
|
void setAbsolutePos(int, int) const noexcept {} |
|
|
void setAbsolutePos(int, int) const noexcept {} |
|
|
void setAbsolutePos(const DGL::Point<int>&) const noexcept {} |
|
|
|
|
|
|
|
|
void setAbsolutePos(const DGL_NAMESPACE::Point<int>&) const noexcept {} |
|
|
#endif |
|
|
#endif |
|
|
|
|
|
|
|
|
DISTRHO_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR(UI) |
|
|
DISTRHO_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR(UI) |
|
|