label edit deadlock, build openexr cfg option, code cleanup
[goodguy/history.git] / cinelerra-5.1 / cinelerra / awindowgui.h
index d77efbbffad4b53382b6f7a35d3e21a18962737a..2b4a69a9de3e347399a4afc363c55af7285ea374 100644 (file)
@@ -426,22 +426,24 @@ public:
 class AWindowListFormat : public BC_MenuItem
 {
 public:
-       AWindowListFormat(MWindow *mwindow);
+       AWindowListFormat(MWindow *mwindow, AWindowGUI *gui);
 
        void update();
        int handle_event();
        MWindow *mwindow;
+       AWindowGUI *gui;
 };
 
 
 class AWindowListSort : public BC_MenuItem
 {
 public:
-       AWindowListSort(MWindow *mwindow);
+       AWindowListSort(MWindow *mwindow, AWindowGUI *gui);
 
        void update();
        int handle_event();
        MWindow *mwindow;
+       AWindowGUI *gui;
 };
 
 #endif