add scaled icon data
[goodguy/history.git] / cinelerra-5.0 / guicast / bcbitmap.h
index 7b93c9ff6d725e505f3abecae10599ae8babb83b..1d89a44d5b375afa8715832efa57e8e50acd24af 100644 (file)
@@ -196,7 +196,7 @@ class BC_Bitmap
 public:
        enum { bmXNone, bmXImage, bmXShmImage, bmXvImage, bmXvShmImage };
 
-       BC_Bitmap(BC_WindowBase *parent_window, unsigned char *png_data);
+       BC_Bitmap(BC_WindowBase *parent_window, unsigned char *png_data, double scale=1);
        BC_Bitmap(BC_WindowBase *parent_window, VFrame *frame);
 
 // Shared memory is a problem in X because it's asynchronous and there's