diff src/rcfile.c @ 4:e149abcda4eb

Syncing to 0.8.1
author gqview
date Sat, 15 Apr 2000 23:15:02 +0000
parents c0e337a01cb7
children d907d608745f
line wrap: on
line diff
--- a/src/rcfile.c	Thu Apr 13 12:55:19 2000 +0000
+++ b/src/rcfile.c	Sat Apr 15 23:15:02 2000 +0000
@@ -175,6 +175,8 @@
 	write_bool_option(f, "tools_hidden", tools_hidden);
 	write_bool_option(f, "restore_tool_state", restore_tool);
 
+	write_bool_option(f, "mouse_wheel_scrolls", mousewheel_scrolls);
+
 	fprintf(f,"\n##### Slideshow Options #####\n\n");
 
 	write_int_option(f, "slideshow_delay", slideshow_delay);
@@ -323,6 +325,10 @@
 		restore_tool = read_bool_option(f, option,
 			"restore_tool_state", value, restore_tool);
 
+		mousewheel_scrolls = read_bool_option(f, option,
+			"mouse_wheel_scrolls", value, mousewheel_scrolls);
+
+
 		/* slideshow opitons */
 
 		slideshow_delay = read_int_option(f, option,