merged hv7 mod
[goodguy/history.git] / cinelerra-5.1 / cinelerra / cwindowtool.h
index 651627e0860f8206d12aac83fa23f4edbb3b274b..9361034200c5977c233984da6fe3d38c36049565 100644 (file)
@@ -253,7 +253,7 @@ public:
 };
 
 
-
+class CWindowEyedropCheckBox;
 class CWindowEyedropGUI : public CWindowToolGUI
 {
 public:
@@ -266,12 +266,27 @@ public:
 
        BC_Title *current;
        CWindowCoord *radius;
+       CWindowEyedropCheckBox *use_max;
        BC_Title *red, *green, *blue, *y, *u, *v;
        BC_Title *rgb_hex, *yuv_hex;
        BC_SubWindow *sample;
 };
 
 
+class CWindowEyedropCheckBox : public BC_CheckBox
+{
+public:
+       CWindowEyedropCheckBox(MWindow *mwindow, 
+               CWindowEyedropGUI *gui,
+               int x, 
+               int y);
+
+       int handle_event();
+       MWindow *mwindow;
+       CWindowEyedropGUI *gui;
+};
+
+
 
 class CWindowCameraGUI : public CWindowToolGUI
 {