igor b reset btns, reframert bug fix
[goodguy/cinelerra.git] / cinelerra-5.1 / plugins / gamma / gammawindow.h
index 475e1c8e3b818ea89daa01736ded1d49c739b887..96d0ae2cf240c8ee7745018547b77b636051a553 100644 (file)
@@ -32,6 +32,7 @@ class GammaText;
 class GammaAuto;
 class GammaPlot;
 class GammaColorPicker;
+class GammaReset;
 
 #include "filexml.h"
 #include "guicast.h"
@@ -59,6 +60,7 @@ public:
        GammaText *gamma_text;
        GammaAuto *automatic;
        GammaPlot *plot;
+       GammaReset *reset;
 };
 
 class MaxSlider : public BC_FSlider
@@ -141,4 +143,13 @@ public:
        GammaWindow *gui;
 };
 
+class GammaReset : public BC_GenericButton
+{
+public:
+       GammaReset(GammaMain *plugin, GammaWindow *gui, int x, int y);
+       int handle_event();
+       GammaMain *plugin;
+       GammaWindow *gui;
+};
+
 #endif