comparison src/typedefs.h @ 1660:da8afd03152f

improved file list update priority - update list with lower priority than the priority of file operations - make sure that it is updated at least once per 2 seconds
author nadvornik
date Sun, 21 Jun 2009 20:14:53 +0000
parents 66bf394d162a
children c5c7e19fbb23
comparison
equal deleted inserted replaced
1659:71b29f70d08c 1660:da8afd03152f
750 gint active_mark; 750 gint active_mark;
751 gint clicked_mark; 751 gint clicked_mark;
752 752
753 /* refresh */ 753 /* refresh */
754 guint refresh_idle_id; /* event source id */ 754 guint refresh_idle_id; /* event source id */
755 time_t time_refresh_set; /* time when refresh_idle_id was set */
755 756
756 /* file list for edit menu */ 757 /* file list for edit menu */
757 GList *editmenu_fd_list; 758 GList *editmenu_fd_list;
758 }; 759 };
759 760