RafaMar added / fixed Shell Commands usage + Andrea ffmpeg/mp4 default for batch...
[goodguy/cinelerra.git] / cinelerra-5.1 / guicast / bcresources.h
index 369d196c5734e4e8bb987af9fa6c90c2b3005e2a..2b305f80f579ff2a6ccd4a19e30094c8d673e83f 100644 (file)
@@ -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;