add BC_SCALE env var for hi def monitors, cleanup theme data
[goodguy/cinelerra.git] / cinelerra-5.1 / plugins / wipe / wipe.C
index 6b26694a11dfd6c4cf176420ecf79197a5948a73..a042064091153f917bd5a52a390d7202392301af 100644 (file)
@@ -92,10 +92,10 @@ int WipeRight::handle_event()
 
 WipeWindow::WipeWindow(WipeMain *plugin)
  : PluginClientWindow(plugin,
-       320,
-       50,
-       320,
-       50,
+       xS(320),
+       yS(50),
+       xS(320),
+       yS(50),
        0)
 {
        this->plugin = plugin;