comparison src/xmenu.c @ 5602:a8f081e90aee

Comment change.
author Paul Reilly <pmr@pajato.com>
date Sat, 15 Jan 1994 21:10:50 +0000
parents 1fc792473491
children 7035bc81858b
comparison
equal deleted inserted replaced
5601:8353962cfd74 5602:a8f081e90aee
337 xmenu_show (parent, startx, starty, line_list, enable_list, pane_list, 337 xmenu_show (parent, startx, starty, line_list, enable_list, pane_list,
338 prefixes, line_cnt, pane_cnt, item_list, title, error) 338 prefixes, line_cnt, pane_cnt, item_list, title, error)
339 Window parent; 339 Window parent;
340 int startx, starty; /* upper left corner position BROKEN */ 340 int startx, starty; /* upper left corner position BROKEN */
341 char **line_list[]; /* list of strings for items */ 341 char **line_list[]; /* list of strings for items */
342 int *enable_list[]; /* list of strings for items */ 342 int *enable_list[]; /* enable flags of lines */
343 char *pane_list[]; /* list of pane titles */ 343 char *pane_list[]; /* list of pane titles */
344 Lisp_Object *prefixes; /* Prefix key for each pane */ 344 Lisp_Object *prefixes; /* Prefix key for each pane */
345 char *title; 345 char *title;
346 int pane_cnt; /* total number of panes */ 346 int pane_cnt; /* total number of panes */
347 Lisp_Object *item_list[]; /* All items */ 347 Lisp_Object *item_list[]; /* All items */