add adams 4.6->4.6.1 (mostly)
[goodguy/history.git] / cinelerra-5.0 / guicast / vframe.h
index 3cf9645b1e6f913b42853d2f8c7e57875f45a160..694bfaa995b6bbf16772ee5f65d75445a045366f 100644 (file)
@@ -351,6 +351,11 @@ public:
 // This clears the stacks and the param table
        void clear_stacks();
 
+       void draw_rect(int x1, int y1, int x2, int y2);
+       void draw_line(int x1, int y1, int x2, int y2);
+       void draw_pixel(int x, int y);
+       void draw_arrow(int x1, int y1, int x2, int y2);
+
 // 3D scene graphs
 // Not integrated with shmem because that only affects codecs
        VFrameScene* get_scene();