From 83f385d26336f58c1b2e3ce49c609fe86878b56d Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 2 Jun 2011 17:50:37 +0000 Subject: audio clock switchover part2: remove most egregious include-time dependency on audio_clock.h, and alter API for a few utilities along the way git-svn-id: svn://localhost/ardour2/branches/3.0@9673 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk2_ardour/utils.h') diff --git a/gtk2_ardour/utils.h b/gtk2_ardour/utils.h index b42371f4a2..c019989d94 100644 --- a/gtk2_ardour/utils.h +++ b/gtk2_ardour/utils.h @@ -59,7 +59,7 @@ unsigned char* xpm2rgba (const char** xpm, uint32_t& w, uint32_t& h); ArdourCanvas::Points* get_canvas_points (std::string who, uint32_t npoints); -Pango::FontDescription* get_font_for_style (std::string widgetname); +Pango::FontDescription get_font_for_style (std::string widgetname); uint32_t rgba_from_style (std::string, uint32_t, uint32_t, uint32_t, uint32_t, std::string = "fg", int = Gtk::STATE_NORMAL, bool = true); -- cgit v1.2.3