fix trace locks hang, drag handle rework-again, 12 reset btns on plugins, booby on
[goodguy/cinelerra.git] / cinelerra-5.1 / plugins / unsharp / unsharpwindow.h
index d5dc1cf30f0bf680575e3fdebabdd28845b80719..3e3c7b70316bd7bc2ec889d5781c8c12e1aa9993 100644 (file)
@@ -50,6 +50,16 @@ public:
        UnsharpMain *plugin;
 };
 
+class UnsharpReset : public BC_GenericButton
+{
+public:
+       UnsharpReset(UnsharpMain *plugin, UnsharpWindow *window, int x, int y);
+       ~UnsharpReset();
+       int handle_event();
+       UnsharpMain *plugin;
+       UnsharpWindow *window;
+};
+
 class UnsharpWindow : public PluginClientWindow
 {
 public:
@@ -63,6 +73,7 @@ public:
        UnsharpAmount *amount;
        UnsharpThreshold *threshold;
        UnsharpMain *plugin;
+       UnsharpReset *reset;
 };