X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcinelerra.git;a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Fholo%2Fholowindow.C;fp=cinelerra-5.1%2Fplugins%2Fholo%2Fholowindow.C;h=b607002b2a37dde3b3775bde4e24ada1b4ff8dc0;hp=3a7f17b548a5a2c98ac75db0d4821efca717192e;hb=0df48ad2d876409c5beeae2e21933a728ea76c33;hpb=bd570c5fa5f5473b670673368dc30356aa6c43fa diff --git a/cinelerra-5.1/plugins/holo/holowindow.C b/cinelerra-5.1/plugins/holo/holowindow.C index 3a7f17b5..b607002b 100644 --- a/cinelerra-5.1/plugins/holo/holowindow.C +++ b/cinelerra-5.1/plugins/holo/holowindow.C @@ -31,10 +31,10 @@ HoloWindow::HoloWindow(HoloMain *client) : PluginClientWindow(client, - 300, - 170, - 300, - 170, + xS(300), + yS(170), + xS(300), + yS(170), 0) { this->client = client; @@ -46,7 +46,7 @@ HoloWindow::~HoloWindow() void HoloWindow::create_objects() { - int x = 10, y = 10; + int x = xS(10), y = yS(10); add_subwindow(new BC_Title(x, y, "HolographicTV from EffectTV\n" "Copyright (C) 2001 FUKUCHI Kentarou")