NO-OP: Clarify function name

This commit is contained in:
Robin Gareus 2018-11-28 14:56:04 +01:00
parent 76f9764a44
commit 245d48dbd0
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
10 changed files with 19 additions and 22 deletions

View file

@ -52,10 +52,7 @@ 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 ();
bool engine_is_running ();
unsigned char* xpm2rgb (const char** xpm, uint32_t& w, uint32_t& h);
unsigned char* xpm2rgba (const char** xpm, uint32_t& w, uint32_t& h);