X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fguicast%2Fbcresources.h;h=ae87652a9192ca039ea05aba3b2f0535dce20a02;hb=5ec378f09aeeb646705fdb8035b39a186374fba0;hp=888ab4ed37c82cfbe3576e33c5bbf236b5761986;hpb=0df48ad2d876409c5beeae2e21933a728ea76c33;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/guicast/bcresources.h b/cinelerra-5.1/guicast/bcresources.h index 888ab4ed..ae87652a 100644 --- a/cinelerra-5.1/guicast/bcresources.h +++ b/cinelerra-5.1/guicast/bcresources.h @@ -55,7 +55,8 @@ typedef struct class BC_Resources { public: - BC_Resources(); // The window parameter is used to get the display information initially +// The window parameter is used to get the display information initially + BC_Resources(float x_scale, float y_scale); ~BC_Resources(); friend class BC_WindowBase;