add BC_SCALE env var for hi def monitors, cleanup theme data
[goodguy/cinelerra.git] / cinelerra-5.1 / plugins / reversevideo / reversevideo.C
index cf8f1e1d3d6b174e75403aab6daca61bd7f1c6e2..4fba53123dadf6d4de27299f29e7e0239b58cdc2 100644 (file)
@@ -102,10 +102,10 @@ ReverseVideoConfig::ReverseVideoConfig()
 
 ReverseVideoWindow::ReverseVideoWindow(ReverseVideo *plugin)
  : PluginClientWindow(plugin,
-       210,
-       160,
-       200,
-       160,
+       xS(210),
+       yS(160),
+       xS(200),
+       yS(160),
        0)
 {
        this->plugin = plugin;
@@ -117,7 +117,7 @@ ReverseVideoWindow::~ReverseVideoWindow()
 
 void ReverseVideoWindow::create_objects()
 {
-       int x = 10, y = 10;
+       int x = xS(10), y = yS(10);
 
        add_subwindow(enabled = new ReverseVideoEnabled(plugin,
                x,