diff --git a/distrho/src/xaymar-vst2/vst.h b/distrho/src/xaymar-vst2/vst.h index d61aaee8..b6df35eb 100644 --- a/distrho/src/xaymar-vst2/vst.h +++ b/distrho/src/xaymar-vst2/vst.h @@ -796,10 +796,10 @@ enum VST_PARAMETER_FLAGS { |*/ struct vst_rect { - int16_t left; int16_t top; - int16_t right; + int16_t left; int16_t bottom; + int16_t right; }; struct vst_effect { diff --git a/examples/SendNote/SendNoteExampleUI.cpp b/examples/SendNote/SendNoteExampleUI.cpp index 8d945758..75a28ea2 100644 --- a/examples/SendNote/SendNoteExampleUI.cpp +++ b/examples/SendNote/SendNoteExampleUI.cpp @@ -29,7 +29,6 @@ using DGL_NAMESPACE::Color; using DGL_NAMESPACE::GraphicsContext; using DGL_NAMESPACE::Rectangle; - // ----------------------------------------------------------------------------------------------------------- class SendNoteExampleUI : public UI