X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fmainprogress.h;h=e0e48b97eed3f33132ca2cdefca3e34fa0f36a07;hb=38cb4182e11e57fc426bede3825e825e9d61433b;hp=ba7c5c872c4bb4e8de3dab1d8b654ae3eb9bd875;hpb=30bdb85eb33a8ee7ba675038a86c6be59c43d7bd;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/mainprogress.h b/cinelerra-5.1/cinelerra/mainprogress.h index ba7c5c87..e0e48b97 100644 --- a/cinelerra-5.1/cinelerra/mainprogress.h +++ b/cinelerra-5.1/cinelerra/mainprogress.h @@ -2,21 +2,21 @@ /* * CINELERRA * Copyright (C) 2008 Adam Williams - * + * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * + * */ #ifndef MAINPROGRESS_H @@ -47,7 +47,7 @@ public: void update_length(int64_t length); int update(int64_t value); void get_time(char *text); - double get_time(); + double get_time(); // Only defined if this is a separate window; BC_ProgressBox *progress_box; @@ -76,8 +76,8 @@ public: // Start a progress sequence and return the bar. // use_window - force opening of a new window if 1. - MainProgressBar* start_progress(char *text, - int64_t total_length, + MainProgressBar* start_progress(char *text, + int64_t total_length, int use_window = 0); void end_progress(MainProgressBar* progress_bar);