From 624715cca7e96d94d04c35927325a8212454907d Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 9 Jun 2016 16:24:22 -0400 Subject: provide a heuristic to decide if the color has been set for a PresentationInfo object --- libs/ardour/ardour/presentation_info.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libs/ardour/ardour/presentation_info.h') diff --git a/libs/ardour/ardour/presentation_info.h b/libs/ardour/ardour/presentation_info.h index 5ad33ab109..8a3c367448 100644 --- a/libs/ardour/ardour/presentation_info.h +++ b/libs/ardour/ardour/presentation_info.h @@ -145,6 +145,8 @@ class LIBARDOUR_API PresentationInfo : public PBD::Stateful order_t order() const { return _order; } color_t color() const { return _color; } + bool color_set() const; + void set_color (color_t); void set_selected (bool yn); void set_hidden (bool yn); -- cgit v1.2.3