X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fmwindowgui.h;h=2d5fd10cbe97d419e89532b59668b7943e79338a;hb=d26ed189093987978190ee07f485a4840746c13c;hp=de21ee819e1d7668c2a616216112044ed22ea39a;hpb=4b6c39e6cf4a3fd9c1b347db6de686ab55d6cac8;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/mwindowgui.h b/cinelerra-5.1/cinelerra/mwindowgui.h index de21ee81..2d5fd10c 100644 --- a/cinelerra-5.1/cinelerra/mwindowgui.h +++ b/cinelerra-5.1/cinelerra/mwindowgui.h @@ -142,11 +142,10 @@ public: int menu_w(); int menu_h(); // Draw on the status bar only. - void show_message(const char *message, int color = -1); - void set_default_message(const char *message); + void show_message(const char *message, int color=-1); + void update_default_message(); void reset_default_message(); void default_message(); -// Pop up a box if the statusbar is taken and show an error. void show_error(char *message, int color = BLACK); int repeat_event(int64_t duration); // Entry point for drag events in all windows