diff src/view_file_list.h @ 659:542bb47fef04

Merge vflist_pop_menu() and vficon_pop_menu() into vf_pop_menu().
author zas_
date Tue, 13 May 2008 20:13:44 +0000
parents 8a1202efa51e
children a7289f9e8d29
line wrap: on
line diff
--- a/src/view_file_list.h	Tue May 13 19:56:52 2008 +0000
+++ b/src/view_file_list.h	Tue May 13 20:13:44 2008 +0000
@@ -37,6 +37,7 @@
 void vflist_pop_menu_rename_cb(GtkWidget *widget, gpointer data);
 void vflist_pop_menu_refresh_cb(GtkWidget *widget, gpointer data);
 void vflist_popup_destroy_cb(GtkWidget *widget, gpointer data);
+void vflist_pop_menu_thumbs_cb(GtkWidget *widget, gpointer data);
 
 FileData *vflist_index_get_data(ViewFile *vf, gint row);
 gint vflist_index_by_path(ViewFile *vf, const gchar *path);
@@ -63,5 +64,7 @@
 gint vflist_maint_removed(ViewFile *vf, FileData *fd, GList *ignore_list);
 gint vflist_maint_moved(ViewFile *vf, FileData *fd, GList *ignore_list);
 
+void vflist_color_set(ViewFile *vf, FileData *fd, gint color_set);
+
 
 #endif