feather expandable limits, feather gausian taper, clear canvas tweaks
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / cwindowtool.h
index 3d05d38aa01815ca96c6bd47203d41edfecb3098..c8918071a1fda2223b4dd7c178a97822f5c749f3 100644 (file)
@@ -456,11 +456,13 @@ public:
        ~CWindowMaskFeatherSlider();
        int handle_event();
        int update(float v);
+       int update(int r, float v, float mn, float mx);
        char *get_caption() { return 0; }
        MWindow *mwindow;
        CWindowMaskGUI *gui;
        int stick;
        float last_v;
+       float max;
        Timer *timer;
 };