summaryrefslogtreecommitdiff
path: root/gtk2_ardour/utils.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2018-11-27 23:57:53 +0100
committerRobin Gareus <robin@gareus.org>2018-11-27 23:57:53 +0100
commit415721fa5b48f3c3dc164ac60095c095c4e48ad0 (patch)
tree531fea33e7c8953b4431af0cfd2df90ea8637c40 /gtk2_ardour/utils.h
parent1d8dc009f7e1d8a279335724b03682fa727603ae (diff)
Prepare central engine check and user notification
Diffstat (limited to 'gtk2_ardour/utils.h')
-rw-r--r--gtk2_ardour/utils.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gtk2_ardour/utils.h b/gtk2_ardour/utils.h
index 6713844ba6..47967ae3b5 100644
--- a/gtk2_ardour/utils.h
+++ b/gtk2_ardour/utils.h
@@ -52,6 +52,11 @@ namespace ARDOUR_UI_UTILS {
gint just_hide_it (GdkEventAny*, Gtk::Window*);
void add_item_with_sensitivity (Gtk::Menu_Helpers::MenuList &, Gtk::Menu_Helpers::MenuElem, bool);
+/* return 0 (false) if there is no error (engine runs).
+ * otherwise queue an idle user-notificaion and return true.
+ */
+bool no_engine_notify ();
+
unsigned char* xpm2rgb (const char** xpm, uint32_t& w, uint32_t& h);
unsigned char* xpm2rgba (const char** xpm, uint32_t& w, uint32_t& h);