[w3m-dev 03452] image map
* display.c (displayBuffer): use getCurrentMapLabel() * fm.h (MapArea): delete ifdef MENU_MAP (image_map_list): added * main.c (followA): don't call retrieveCurrentImg() ifdef USE_IMAGE use retrieveCurrentMap() ifndef USE_IMAGE (_followForm): indent (drawAnchorCursor0): add AnchorList (drawAnchorCuror): pass AnchorList to drawAnchorCursor0 (follow_map): follow_map_panel * map.c (searchMapList): added (nearestMapArea): n, min default value to -1 (searchMapArea): added (getCurrentMapLabel): added (getMapXY): moved (retrieveCurrentMap): added (follow_map_menu): parsed_tagarg -> name rewrite to search map list/area (follow_map_panel): parsed_tagarg -> name rewrite to search map list/area (newMapArea): delete ifdef MENU_MAP (append_map_info): added (page_info_panel): append_map_info * proto.h (follow_map_menu): parsed_tagarg -> name (follow_map_panel): parsed_tagarg -> name (getCurrentMapLabel): added (retrieveCurrentMap): added * rc.c (CMT_IMAGE_MAP_LIST): added (image_map_list): added From: Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
This commit is contained in:
13
proto.h
13
proto.h
@@ -1,4 +1,4 @@
|
||||
/* $Id: proto.h,v 1.55 2002/11/15 15:19:46 ukai Exp $ */
|
||||
/* $Id: proto.h,v 1.56 2002/11/19 17:40:34 ukai Exp $ */
|
||||
/*
|
||||
* This file was automatically generated by version 1.7 of cextract.
|
||||
* Manual editing not recommended.
|
||||
@@ -360,15 +360,16 @@ extern void form_write_data(FILE * f, char *boundary, char *name, char *value);
|
||||
extern void form_write_from_file(FILE * f, char *boundary, char *name,
|
||||
char *filename, char *file);
|
||||
extern void follow_map(struct parsed_tagarg *arg);
|
||||
#ifdef MENU_MAP
|
||||
extern MapArea *follow_map_menu(Buffer *buf, struct parsed_tagarg *arg,
|
||||
Anchor *a_img, int x, int y);
|
||||
#else
|
||||
extern Buffer *follow_map_panel(Buffer *buf, struct parsed_tagarg *arg);
|
||||
extern MapArea *follow_map_menu(Buffer *buf, char *name, Anchor *a_img, int x,
|
||||
int y);
|
||||
#ifndef MENU_MAP
|
||||
extern Buffer *follow_map_panel(Buffer *buf, char *name);
|
||||
#endif
|
||||
#ifdef USE_IMAGE
|
||||
extern int getMapXY(Buffer *buf, Anchor *a, int *x, int *y);
|
||||
extern Str getCurrentMapLabel(Buffer *buf);
|
||||
#endif
|
||||
extern Anchor *retrieveCurrentMap(Buffer *buf);
|
||||
extern MapArea *newMapArea(char *url, char *target, char *alt, char *shape,
|
||||
char *coords);
|
||||
extern Buffer *page_info_panel(Buffer *buf);
|
||||
|
||||
Reference in New Issue
Block a user