mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
NO-OP: Clarify function name
This commit is contained in:
parent
76f9764a44
commit
245d48dbd0
10 changed files with 19 additions and 22 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue