X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Ftestwindow.C;h=122103f74ab5291a5f285beeaa6498c83c4afa5c;hb=166867a58d74619aa11aeb562a994cc364d62231;hp=62f623b235d0806f812549bf7999e964d32f4014;hpb=7fd85fb66168f6b518c5f2d73e04036e87faa0e1;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/cinelerra/testwindow.C b/cinelerra-5.1/cinelerra/testwindow.C index 62f623b2..122103f7 100644 --- a/cinelerra-5.1/cinelerra/testwindow.C +++ b/cinelerra-5.1/cinelerra/testwindow.C @@ -5,7 +5,7 @@ TestWindowGUI:: TestWindowGUI() - : BC_Window("test", 100,100, 100,100, 100,100) + : BC_Window("test", xS(100),yS(100), xS(100),yS(100), xS(100),yS(100)) { in_motion = 0; last_x = last_y = -1; set_bg_color(BLACK);