ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/menubar.h
(Generate patch)

Comparing rxvt-unicode/src/menubar.h (file contents):
Revision 1.4 by pcg, Tue Feb 24 16:25:45 2004 UTC vs.
Revision 1.5 by root, Sun Jan 2 10:55:43 2005 UTC

18 char *name; /* character string displayed */ 18 char *name; /* character string displayed */
19 char *name2; /* character string displayed (right) */ 19 char *name2; /* character string displayed (right) */
20 short len; /* strlen (name) */ 20 short len; /* strlen (name) */
21 short len2; /* strlen (name) */ 21 short len2; /* strlen (name) */
22 union { 22 union {
23 short type; /* must not be changed; first element */ 23 short type; /* must not be changed; first element */
24 action_t action; 24 action_t action;
25 submenu_t submenu; 25 submenu_t submenu;
26 } entry; 26 } entry;
27} menuitem_t; 27} menuitem_t;
28 28
29enum menuitem_t_action { 29enum menuitem_t_action {
30 MenuLabel, 30 MenuLabel,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines