tweak zoom/fullscr to remember cwdw scale after fullscr
[goodguy/cinelerra.git] / cinelerra-5.1 / guicast / bcresources.h
index 369d196c5734e4e8bb987af9fa6c90c2b3005e2a..ae87652a9192ca039ea05aba3b2f0535dce20a02 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;
@@ -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;