motion51 incr line sz, shortcut tweaks, textbox numeric pad tweaks
[goodguy/history.git] / cinelerra-5.1 / plugins / motion51 / motion51.h
index bb93ef1502ff7925cc72322b3b410811a9aeaed6..afd8bbade3d4483ec8ca0751179e8c9e70a54d8a 100644 (file)
@@ -42,6 +42,7 @@ class Motion51Main;
 class Motion51ScanUnit;
 class Motion51ScanPackage;
 class Motion51Scan;
+class Motion51VVFrame;
 
 class Motion51Config
 {
@@ -178,4 +179,12 @@ public:
        double compare(double cx, double cy, double ct);
 };
 
+class Motion51VVFrame : public VFrame
+{
+public:
+       Motion51VVFrame(VFrame *vfrm, int n);
+       int draw_pixel(int x, int y);
+       int n;
+};
+
 #endif