limit rate of UI update during omneon content reading
[omnplay] / src / omnplay.h
index aad4ade..fe8d077 100644 (file)
@@ -159,6 +159,8 @@ typedef struct omnplay_instance
         pthread_mutex_t lock;
         GThread* refresh_thread;
         GtkWidget *search;
+        int id_display_rate;
+        int id_display_idx;
     } library;
     struct
     {