about summary refs log tree commit diff stats
path: root/xombrero.h
diff options
context:
space:
mode:
Diffstat (limited to 'xombrero.h')
-rw-r--r--xombrero.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/xombrero.h b/xombrero.h
index bda96fc..a94d67d 100644
--- a/xombrero.h
+++ b/xombrero.h
@@ -812,7 +812,7 @@ struct settings {
 	int		*ival;
 	char		**sval;
 	struct special	*s;
-	gfloat		*fval;
+	double		*fval;
 	int		(*activate)(char *);
 	int		(*ismodified)(char **);
 	char		*tt;
@@ -899,7 +899,7 @@ extern int	read_only_cookies;
 extern int	enable_cache;
 extern int	enable_scripts;
 extern int	enable_plugins;
-extern gfloat	default_zoom_level;
+extern double	default_zoom_level;
 extern char	default_script[PATH_MAX];
 extern int	window_height;
 extern int	window_width;