mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
move utility functions into a dedicated namespace
This commit is contained in:
parent
1bd4e448de
commit
a3c378cf62
107 changed files with 115 additions and 81 deletions
|
|
@ -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__ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue