mask xy scale, mask boundary only overlay, fix 8 char mask nm bug, rework maskgui...
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / maskautos.h
index 2d18ffd134290807260f966ed5e6057b55d2a194..c090787552b5772320dd6134e4ac87d4791d3d70 100644 (file)
@@ -52,7 +52,7 @@ public:
 
        int mask_exists(int64_t position, int direction);
 // Perform interpolation
-       void get_points(ArrayList<MaskPoint*> *points, int submask, int64_t position, int direction);
+       void get_points(MaskPoints *points, int submask, int64_t position, int direction);
        double get_feather(int64_t position, int i, int direction);
        double get_fader(int64_t position, int i, int direction);
        int total_submasks(int64_t position, int direction);