X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Freversevideo%2Freversevideo.C;h=a8d737cb20565859b54321c07c7533889c3241bc;hb=6a349d153f1a6e7060fabf71b2856c2a5eaa4f56;hp=cf8f1e1d3d6b174e75403aab6daca61bd7f1c6e2;hpb=7fd85fb66168f6b518c5f2d73e04036e87faa0e1;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/plugins/reversevideo/reversevideo.C b/cinelerra-5.1/plugins/reversevideo/reversevideo.C index cf8f1e1d..a8d737cb 100644 --- a/cinelerra-5.1/plugins/reversevideo/reversevideo.C +++ b/cinelerra-5.1/plugins/reversevideo/reversevideo.C @@ -102,10 +102,10 @@ ReverseVideoConfig::ReverseVideoConfig() ReverseVideoWindow::ReverseVideoWindow(ReverseVideo *plugin) : PluginClientWindow(plugin, - 210, - 160, - 200, - 160, + xS(160), + yS(40), + xS(160), + yS(40), 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,