summaryrefslogtreecommitdiff
path: root/gtk2_ardour/utils.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2014-06-25 21:27:37 +0200
committerRobin Gareus <robin@gareus.org>2014-06-25 21:47:54 +0200
commita3c378cf62939c85bcfa3b4c55b68c9163c5e21e (patch)
treee12ed4ef7caf02422df4dd7378269295c5b60a95 /gtk2_ardour/utils.h
parent1bd4e448defb93c879bf25167cf42b6d8534eb73 (diff)
move utility functions into a dedicated namespace
Diffstat (limited to 'gtk2_ardour/utils.h')
-rw-r--r--gtk2_ardour/utils.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk2_ardour/utils.h b/gtk2_ardour/utils.h
index 4ff563080a..a99246632e 100644
--- a/gtk2_ardour/utils.h
+++ b/gtk2_ardour/utils.h
@@ -47,6 +47,8 @@ namespace ArdourCanvas {
class Item;
}
+namespace ARDOUR_UI_UTILS {
+
extern sigc::signal<void> DPIReset;
gint just_hide_it (GdkEventAny*, Gtk::Window*);
@@ -96,4 +98,5 @@ Gdk::Color unique_random_color (std::list<Gdk::Color> &);
std::string rate_as_string (float r);
+} // namespace
#endif /* __ardour_gtk_utils_h__ */