fix problem of using opengl transitions with Motion51 when in OpenGL mode
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / awindowgui.h
index aa182f9ecf57eb1c6aef9206ba8b400bc3be16ad..311e3da1afa89cdcd27f4344367731772a1291ea 100644 (file)
@@ -209,13 +209,10 @@ public:
        void set_view_popup(AssetVIcon *v);
        ViewPopup *new_view_window(ViewPopup *popup);
        void stop_vicon_drawing(int wait=0);
-       void drawing_started();
-       void drawing_stopped();
 
        AWindowGUI *gui;
        int draw_mode;
        int vicon_cmodel;
-       Mutex *draw_lock;
 };
 
 
@@ -415,6 +412,8 @@ public:
        int mouse_over_event(int no);
        void show_tip_info(const char *info, int no);
        void hide_tip_info();
+// *** CONTEXT_HELP ***
+       int keypress_event();
 
        MWindow *mwindow;
        AWindowGUI *gui;