X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fguicast%2Fbcresources.h;h=2b305f80f579ff2a6ccd4a19e30094c8d673e83f;hb=a6b1f3c0c5c17c3a26758abc46bcb46100308c66;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..2b305f80 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; @@ -214,6 +215,7 @@ public: VFrame *check; VFrame **tumble_data; + VFrame **tumblepatch_data; int tumble_duration; // Horizontal bar @@ -308,6 +310,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;