add ActionManager::get_actions() to fetch all actions created in ActionGroups with...
[ardour.git] / libs / widgets / ardour_spacer.cc
index 4155a17ee4a823efcd599c9c85d3f484a4f56e50..941b9d34dab3f138bc7624c7c5108d9d437c80e6 100644 (file)
@@ -25,3 +25,10 @@ ArdourVSpacer::ArdourVSpacer (float r)
        , ratio (r)
 {
 }
+
+ArdourDropShadow::ArdourDropShadow (ShadowMode m, float a)
+       : CairoWidget ()
+       , alpha (a)
+       , mode (m)
+{
+}