mod mute toggle behavior for consistency
[goodguy/history.git] / cinelerra-5.1 / cinelerra / awindowgui.h
index a1d2b5e5ea6355699852327b84139ca715810493..79b41878cb0bfbc6bc2ffdf64d7f1161791dddf5 100644 (file)
@@ -269,6 +269,7 @@ public:
        int drag_motion_event();
        int drag_stop_event();
        int button_press_event();
+       int button_release_event();
        int column_resize_event();
        int focus_in_event();
        int focus_out_event();
@@ -299,6 +300,7 @@ public:
 
        int selection_changed();
        int button_press_event();
+       int button_release_event();
 
        MWindow *mwindow;
        AWindowGUI *gui;