audio chan pos rework, batchrender deadlock, titler/crikey grab_event tweak, thread...
[goodguy/history.git] / cinelerra-5.1 / plugins / crikey / crikeywindow.h
index 46646fd29524204735c8ab2f45cd1a22edf59d9a..01ab8d5a8b54ea13dacedd73c31e78e451e13a75 100644 (file)
@@ -227,6 +227,8 @@ public:
        void start_color_thread();
        int grab_event(XEvent *event);
        void done_event(int result);
+       int check_configure_change(int ret);
+       void send_configure_change();
 
        CriKey *plugin;
        CriKeyThreshold *threshold;
@@ -243,7 +245,7 @@ public:
        CriKeyPointUp *point_up;
        CriKeyPointDn *point_dn;
        CriKeyCurPoint *cur_point;
-       int dragging;
+       int dragging, pending_config;
        float last_x, last_y;
        CriKeyDrag *drag;
        CriKeyPoints *points;