diff src/typedefs.h @ 654:6dcfac4b356f

Get rid of vflist_pop_menu() col_idx parameter, use new Viewfile field named clicked_mark. Marks numbering is now consistent with menus (starting at 1, 0 is an invalid mark), assertions were modified accordingly.
author zas_
date Tue, 13 May 2008 19:32:25 +0000
parents d9c9d05c9d4d
children 2d8a8e892b5e
line wrap: on
line diff
--- a/src/typedefs.h	Tue May 13 16:09:43 2008 +0000
+++ b/src/typedefs.h	Tue May 13 19:32:25 2008 +0000
@@ -626,6 +626,7 @@
 	/* marks */
 	gint marks_enabled;
 	gint active_mark;
+	gint clicked_mark;
 };
 
 struct _ViewFileInfoList