diff src/typedefs.h @ 458:7a69309b91c8

Allow the user to set the drag'n drop icon size through Preferences > Advanced > Behavior > Drag'n drop icon size. It is saved to rc file as dnd_icon_size.
author zas_
date Mon, 21 Apr 2008 10:09:01 +0000
parents a73cc0fa14d0
children 2df505c60459
line wrap: on
line diff
--- a/src/typedefs.h	Sun Apr 20 23:17:35 2008 +0000
+++ b/src/typedefs.h	Mon Apr 21 10:09:01 2008 +0000
@@ -760,6 +760,7 @@
 	gint duplicates_similarity_threshold;
 
 	gint open_recent_list_maxsize;
+	gint dnd_icon_size;
 
 	/* file ops */
 	struct {