X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Ftheme_blond_cv%2Fblondcvtheme.h;h=e41c2384c20d574c31a6abbcdafefe195fba5b29;hb=21c2e6b36d6a96c2f662a89459d607b5a387f4eb;hp=9ac0d77c170e90e44075f0239e0d5f56f63b335e;hpb=30bdb85eb33a8ee7ba675038a86c6be59c43d7bd;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/plugins/theme_blond_cv/blondcvtheme.h b/cinelerra-5.1/plugins/theme_blond_cv/blondcvtheme.h index 9ac0d77c..e41c2384 100644 --- a/cinelerra-5.1/plugins/theme_blond_cv/blondcvtheme.h +++ b/cinelerra-5.1/plugins/theme_blond_cv/blondcvtheme.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 BLONDTHEME_H @@ -49,7 +49,7 @@ public: void get_vwindow_sizes(VWindowGUI *gui); void get_preferences_sizes(); void get_recordgui_sizes(RecordGUI *gui, int w, int h); -// void get_rmonitor_sizes(int do_audio, +// void get_rmonitor_sizes(int do_audio, // int do_video, // int do_channel, // int do_interlace, @@ -107,10 +107,10 @@ class BlondCVThemeMain : public PluginTClient public: BlondCVThemeMain(PluginServer *server); ~BlondCVThemeMain(); - + const char* plugin_title(); Theme* new_theme(); - + BlondCVTheme *theme; };