X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcinelerra.git;a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Favc1394transport.C;h=ba9617690a6edc76130b6703891ef27193862cf0;hp=7ff3a509c37f307f46a4caf0bd742c81bac64aa8;hb=0df48ad2d876409c5beeae2e21933a728ea76c33;hpb=bd570c5fa5f5473b670673368dc30356aa6c43fa diff --git a/cinelerra-5.1/cinelerra/avc1394transport.C b/cinelerra-5.1/cinelerra/avc1394transport.C index 7ff3a509..ba961769 100644 --- a/cinelerra-5.1/cinelerra/avc1394transport.C +++ b/cinelerra-5.1/cinelerra/avc1394transport.C @@ -111,7 +111,7 @@ void AVC1394Transport::create_objects() window->add_subwindow(end_button = new AVC1394GUISeekEnd(mwindow, avc, x, y)); x += end_button->get_w(); - x_end = x + 10; + x_end = x + xS(10); } @@ -156,7 +156,7 @@ void AVC1394Transport::reposition_window(int x, int y) x += fforward_button->get_w(); end_button->reposition_window(x, y); - x_end = x + 10; + x_end = x + xS(10); }