[w3m-dev-en 00788]

* fm.h (displayImage): FALSE ifndef USE_IMAGE
* rc.c (displayImage): display_image even if USE_IMAGE undefined
	(sync_with_options): display_image is forced to be FALSE
			ifndef USE_IMAGE
From: Fumitoshi UKAI  <ukai@debian.or.jp>
This commit is contained in:
Fumitoshi UKAI
2002-10-26 11:19:47 +00:00
parent 9726b596a7
commit d36f947bfe
3 changed files with 18 additions and 5 deletions

4
fm.h
View File

@@ -1,4 +1,4 @@
/* $Id: fm.h,v 1.65 2002/10/26 08:10:43 ukai Exp $ */
/* $Id: fm.h,v 1.66 2002/10/26 11:19:47 ukai Exp $ */
/*
* w3m: WWW wo Miru utility
*
@@ -828,6 +828,8 @@ global int displayImage init(TRUE);
global int autoImage init(TRUE);
global int useExtImageViewer init(TRUE);
global int maxLoadImage init(4);
#else
global int displayImage init(FALSE); /* XXX: emacs-w3m use display_image=off */
#endif
global char *Editor init(DEF_EDITOR);
#ifdef USE_W3MMAILER