rendering took msg, bg render active test, crikey show window
[goodguy/history.git] / cinelerra-5.1 / plugins / crikey / crikeywindow.h
index 0814abafb5c6713cc1a25c198d2f3ec63b321498..5af60d541c86f398d29edb6e432ce5a5fc52edad 100644 (file)
@@ -75,7 +75,7 @@ public:
        CriKeyDrawMode(CriKeyWindow *gui, int x, int y);
 
        void create_objects();
-       void update(int mode);
+       void update(int mode, int send=1);
        CriKeyWindow *gui;
        int mode;
 };
@@ -97,7 +97,7 @@ public:
        CriKeyKeyMode(CriKeyWindow *gui, int x, int y);
 
        void create_objects();
-       void update(int mode);
+       void update(int mode, int send=1);
        CriKeyWindow *gui;
        int mode;
 };