diff options
Diffstat (limited to 'fm.h')
-rw-r--r-- | fm.h | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1,4 +1,4 @@ -/* $Id: fm.h,v 1.83 2002/11/18 17:26:06 ukai Exp $ */ +/* $Id: fm.h,v 1.84 2002/11/19 17:40:32 ukai Exp $ */ /* * w3m: WWW wo Miru utility * @@ -290,7 +290,6 @@ typedef struct _MapArea { char *url; char *target; char *alt; -#ifdef MENU_MAP #ifdef USE_IMAGE char shape; short *coords; @@ -298,7 +297,6 @@ typedef struct _MapArea { short center_x; short center_y; #endif -#endif } MapArea; typedef struct _MapList { @@ -878,6 +876,7 @@ global int displayImage init(TRUE); global int autoImage init(TRUE); global int useExtImageViewer init(TRUE); global int maxLoadImage init(4); +global int image_map_list init(TRUE); #else global int displayImage init(FALSE); /* XXX: emacs-w3m use display_image=off */ #endif |