change maskgui to tab based layout, add igors suv mask_scale icons, tweak reset icon ids
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / cwindowtool.h
index 49e8e271a98d1f7ae29dc4d0e5f4520dd56397eb..4c7557295330d35a8f1cbdd08d4eaae5b7698680 100644 (file)
@@ -195,11 +195,11 @@ public:
        void update_items(MaskAuto *keyframe);
 };
 
-class CWindowMaskUnclear : public BC_GenericButton
+class CWindowMaskUnclear : public BC_Button
 {
 public:
        CWindowMaskUnclear(MWindow *mwindow, CWindowMaskGUI *gui,
-                       int x, int y, int w);
+                       int x, int y);
        int handle_event();
        MWindow *mwindow;
        CWindowMaskGUI *gui;