X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fguicast%2Fbcresources.h;h=ae87652a9192ca039ea05aba3b2f0535dce20a02;hb=b78b166faf60a1c7357f990b1e2fb0e70be29fee;hp=369d196c5734e4e8bb987af9fa6c90c2b3005e2a;hpb=7fd85fb66168f6b518c5f2d73e04036e87faa0e1;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/guicast/bcresources.h b/cinelerra-5.1/guicast/bcresources.h index 369d196c..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; @@ -308,6 +309,7 @@ public: int directory_color; int file_color; double font_scale, icon_scale; + double x_scale, y_scale; // fonts static const char *small_font, *small_font2; static const char *medium_font, *medium_font2;