fix ruler, cwdw info popup updates, reset camera/projector shortcuts, findobj tweak...
[goodguy/history.git] / cinelerra-5.1 / plugins / findobj / findobj.h
index 75a80fb262a4ec53009fd2fddec961a6f1df94ae..d27ac056315b361d7bdf7a80aee536c36a33219a 100644 (file)
@@ -168,8 +168,9 @@ public:
        OverlayFrame *overlayer;
        VFrame *object, *scene, *replace;
 
+       static void draw_point(VFrame *vframe,int x1, int y1);
        static void draw_line(VFrame *vframe, int x1, int y1, int x2, int y2);
-       void draw_quad(VFrame *vframe,
+       static void draw_quad(VFrame *vframe,
                        int x1, int y1, int x2, int y2,
                        int x3, int y3, int x4, int y4);
        static void draw_rect(VFrame *vframe, int x1, int y1, int x2, int y2);