diff src/typedefs.h @ 433:5ddcf93278c7

Save Show Marks state to rc file and display current state in menu. It is saved as boolean option layout.show_marks.
author zas_
date Sat, 19 Apr 2008 21:30:19 +0000
parents 9fe0ca1b5263
children 1b0aee2b162e
line wrap: on
line diff
--- a/src/typedefs.h	Sat Apr 19 21:20:08 2008 +0000
+++ b/src/typedefs.h	Sat Apr 19 21:30:19 2008 +0000
@@ -850,6 +850,7 @@
 		DirViewType dir_view_type;
 		
 		gint show_thumbnails;
+		gint show_marks;
 
 		struct {
 			gint w;