add layout_scale preference, scaling cleanup, rework init bc_resources, init tip_info...
[goodguy/cinelerra.git] / cinelerra-5.1 / plugins / perspective / perspective.C
index c98e9b06baa5d9b2ce589bc20c297eddd9512d35..6ad79e5f89f5ea583a1a7a651dd30ba8ee07a858 100644 (file)
@@ -33,9 +33,9 @@ REGISTER_PLUGIN(PerspectiveMain)
 PerspectiveConfig::PerspectiveConfig()
 {
        x1 = 0;    y1 = 0;
-       x2 = xS(100);  y2 = 0;
-       x3 = xS(100);  y3 = yS(100);
-       x4 = 0;    y4 = yS(100);
+       x2 = 100;  y2 = 0;
+       x3 = 100;  y3 = 100;
+       x4 = 0;    y4 = 100;
        mode = AffineEngine::PERSPECTIVE;
        smoothing = AffineEngine::AF_DEFAULT;
        window_w = PERSPECTIVE_WIDTH;