X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fguicast%2Fbcpopup.C;h=60d90fa5c99f27234df601d79684bf57d5be4ab5;hb=25bafacda1fe9d8a9520cad451547a75d934c1bb;hp=a6dc8e7a01f5b82071b12c17d4acbdbcf8da898a;hpb=30bdb85eb33a8ee7ba675038a86c6be59c43d7bd;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/guicast/bcpopup.C b/cinelerra-5.1/guicast/bcpopup.C index a6dc8e7a..60d90fa5 100644 --- a/cinelerra-5.1/guicast/bcpopup.C +++ b/cinelerra-5.1/guicast/bcpopup.C @@ -2,28 +2,28 @@ /* * 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 - * + * */ #include "bcpopup.h" #include "language.h" -BC_FullScreen::BC_FullScreen(BC_WindowBase *parent_window, int w, int h, +BC_FullScreen::BC_FullScreen(BC_WindowBase *parent_window, int w, int h, int bg_color, int vm_scale, int hide, @@ -31,15 +31,15 @@ BC_FullScreen::BC_FullScreen(BC_WindowBase *parent_window, int w, int h, : BC_WindowBase() { #ifdef HAVE_LIBXXF86VM - if (vm_scale) + if (vm_scale) create_window(parent_window, - _("Fullscreen"), + _("Fullscreen"), parent_window->get_screen_x(0, -1), parent_window->get_screen_y(0, -1), - w, - h, - w, - h, + w, + h, + w, + h, 0, parent_window->top_level->private_color, hide, @@ -51,15 +51,15 @@ BC_FullScreen::BC_FullScreen(BC_WindowBase *parent_window, int w, int h, else #endif create_window(parent_window, - _("Fullscreen"), + _("Fullscreen"), parent_window->get_screen_x(0, -1), parent_window->get_screen_y(0, -1), - w, - h, - w, - h, + w, + h, + w, + h, 0, - parent_window->top_level->private_color, + parent_window->top_level->private_color, hide, bg_color, NULL, @@ -74,26 +74,26 @@ BC_FullScreen::~BC_FullScreen() } -BC_Popup::BC_Popup(BC_WindowBase *parent_window, +BC_Popup::BC_Popup(BC_WindowBase *parent_window, int x, int y, - int w, - int h, + int w, + int h, int bg_color, int hide, BC_Pixmap *bg_pixmap) : BC_WindowBase() { create_window(parent_window, - _("Popup"), + _("Popup"), x, y, - w, - h, - w, - h, + w, + h, + w, + h, 0, - parent_window->top_level->private_color, + parent_window->top_level->private_color, hide, bg_color, NULL,