--- rxvt-unicode/src/menubar.h 2006/01/03 02:43:33 1.6 +++ rxvt-unicode/src/menubar.h 2006/01/04 04:42:45 1.7 @@ -2,13 +2,13 @@ #define MENUBAR_H_ typedef struct { - short type; /* must not be changed; first element */ - short len; /* strlen (str) */ - unsigned char *str; /* action to take */ + int type; /* must not be changed; first element */ + int len; /* strlen (str) */ + char *str; /* action to take */ } action_t; typedef struct { - short type; /* must not be changed; first element */ + int type; /* must not be changed; first element */ struct menu_t *menu; /* sub-menu */ } submenu_t;