vicon placement tweak, bclistbox select fixes, new ctrl-a/s shortcuts
[goodguy/cinelerra.git] / cinelerra-5.1 / guicast / vicon.h
index 14f2a99b8e002098fb988d96ececdb9be6a0d719..dc4963b99447ac801562084fd12e9ebea9b9d6bb 100644 (file)
@@ -19,7 +19,7 @@ public:
        virtual void draw_vframe(VFrame *frame);
        int zoom_scale(int dir);
 
-       ViewPopup(VIconThread *vt, VFrame *frame, int x, int y, int w, int h);
+       ViewPopup(VIconThread *vt, int x, int y, int w, int h);
        ~ViewPopup();
 };
 
@@ -40,7 +40,7 @@ public:
 class VIcon
 {
 public:
-       int vw, vh, in_use, hidden;
+       int w, h, in_use, hidden;
        ArrayList<VIFrame *> images;
         int64_t seq_no;
         double cycle_start, age, frame_rate;
@@ -105,7 +105,7 @@ public:
        void set_view_popup(VIcon *vicon);
        void close_view_popup();
        void hide_vicons(int v=1);
-       virtual ViewPopup *new_view_window(VFrame *frame);
+       virtual ViewPopup *new_view_window();
 
        virtual bool visible(VIcon *vicon, int x, int y);
        virtual void drawing_started() {}