add BC_SCALE env var for hi def monitors, cleanup theme data
[goodguy/cinelerra.git] / cinelerra-5.1 / plugins / burn / burnwindow.C
index 4442e82d96cfc0f1d6b848b2ea008da891930442..9d6a5d7097a1c1368adf9d9fc2ca34e7f6c2a617 100644 (file)
 
 BurnWindow::BurnWindow(BurnMain *client)
  : PluginClientWindow(client,
-       300,
-       170,
-       300,
-       170,
+       xS(300),
+       yS(170),
+       xS(300),
+       yS(170),
        0)
 {
        this->client = client;
@@ -49,7 +49,7 @@ BurnWindow::~BurnWindow()
 
 void BurnWindow::create_objects()
 {
-       int x = 10, y = 10;
+       int x = xS(10), y = yS(10);
        add_subwindow(new BC_Title(x, y,
                _("BurningTV from EffectTV\n"
                "Copyright (C) 2001 FUKUCHI Kentarou")