add BC_SCALE env var for hi def monitors, cleanup theme data
[goodguy/cinelerra.git] / cinelerra-5.1 / guicast / bcsubwindow.C
index 40c5e2f6c62ac9cc3a2e5818f77006e24a11af5d..867b8589c7d0c9336fcfcdea9e8cd668dd51529e 100644 (file)
 
 BC_SubWindow::BC_SubWindow(int x, int y, int w, int h, int bg_color)
 {
-       this->x = x;
-       this->y = y;
-       this->w = w;
-       this->h = h;
+       this->x = x;  this->y = y;
+       this->w = w;  this->h = h;
        this->bg_color = bg_color;
 //printf("BC_SubWindow::BC_SubWindow 1\n");
 }
@@ -47,10 +45,6 @@ int BC_SubWindow::initialize()
 }
 
 
-
-
-
-
 BC_SubWindowList::BC_SubWindowList()
  : ArrayList<BC_WindowBase*>()
 {