Credit Andrew - fix vorbis audio which was scratchy and ensure aging plugin does...
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / gwindowgui.h
index 302417cfa0fb2227f4993d129f8b8816862d75e1..889062348a3f06257baa6b9ca2ab9f67078ed475 100644 (file)
@@ -34,6 +34,7 @@ enum {
        NONAUTOTOGGLES_TITLES,
        NONAUTOTOGGLES_TRANSITIONS,
        NONAUTOTOGGLES_PLUGIN_AUTOS,
+       NONAUTOTOGGLES_HARD_EDGES,
        NONAUTOTOGGLES_CAMERA_XYZ,
        NONAUTOTOGGLES_PROJECTOR_XYZ,
        NONAUTOTOGGLES_BAR1,
@@ -70,14 +71,17 @@ public:
 
        static const char *non_auto_text[];
        static const char *auto_text[];
+       static const char *non_auto_help[];
+       static const char *auto_help[];
        static const char *xyz_group[];
        static const char *xyz_accel[];
        static int auto_colors[];
        static const char *toggle_text(toggleinfo *tp);
+       static const char *toggle_help(toggleinfo *tp);
 
        MWindow *mwindow;
        GWindowToggle *toggles[NONAUTOTOGGLES_COUNT + AUTOMATION_TOTAL];
-       GWindowToggle *camera_xyz, *projector_xyz;
+       GWindowToggle *camera_xyz, *projector_xyz, *hard_edges;
 };
 
 class GWindowToggle : public BC_CheckBox