summaryrefslogtreecommitdiff
path: root/libs/widgets/ardour_spacer.cc
diff options
context:
space:
mode:
authorBen Loftis <ben@harrisonconsoles.com>2018-02-19 08:01:27 -0600
committerBen Loftis <ben@harrisonconsoles.com>2018-02-19 08:01:27 -0600
commit7fd1fc1dcff93dd3a3e0e4ce65d691126fbd2158 (patch)
tree7718e2d6473a7948ca7e4fb575517e0dfccee691 /libs/widgets/ardour_spacer.cc
parent9ac15801d34cb1a9cbabbf0357b4322b8dcf2790 (diff)
Add flag for corners, where top+left shadows are both required.
Diffstat (limited to 'libs/widgets/ardour_spacer.cc')
-rw-r--r--libs/widgets/ardour_spacer.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/libs/widgets/ardour_spacer.cc b/libs/widgets/ardour_spacer.cc
index 712792a710..941b9d34da 100644
--- a/libs/widgets/ardour_spacer.cc
+++ b/libs/widgets/ardour_spacer.cc
@@ -26,8 +26,9 @@ ArdourVSpacer::ArdourVSpacer (float r)
{
}
-ArdourDropShadow::ArdourDropShadow (float a)
+ArdourDropShadow::ArdourDropShadow (ShadowMode m, float a)
: CairoWidget ()
, alpha (a)
+ , mode (m)
{
}