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

Comparing rxvt-unicode/src/rxvt.h (file contents):
Revision 1.39 by pcg, Sun Feb 22 10:38:11 2004 UTC vs.
Revision 1.40 by pcg, Tue Feb 24 00:02:44 2004 UTC

1163 1163
1164 // command.C 1164 // command.C
1165 void lookup_key (XKeyEvent &ev); 1165 void lookup_key (XKeyEvent &ev);
1166 unsigned int cmd_write (const unsigned char *str, unsigned int count); 1166 unsigned int cmd_write (const unsigned char *str, unsigned int count);
1167 uint32_t cmd_getc (); 1167 uint32_t cmd_getc ();
1168 void mouse_report (const XButtonEvent &ev); 1168 void mouse_report (XButtonEvent &ev);
1169 void button_press (const XButtonEvent &ev); 1169 void button_press (XButtonEvent &ev);
1170 void button_release (const XButtonEvent &ev); 1170 void button_release (XButtonEvent &ev);
1171 int check_our_parents (); 1171 int check_our_parents ();
1172#ifdef PRINTPIPE 1172#ifdef PRINTPIPE
1173 FILE *popen_printer (); 1173 FILE *popen_printer ();
1174 int pclose_printer (FILE *stream); 1174 int pclose_printer (FILE *stream);
1175#endif 1175#endif
1210 // menubar.C 1210 // menubar.C
1211 void menuitem_free (menu_t *menu, menuitem_t *item); 1211 void menuitem_free (menu_t *menu, menuitem_t *item);
1212 int action_dispatch (action_t *action); 1212 int action_dispatch (action_t *action);
1213 void menuarrow_free (char name); 1213 void menuarrow_free (char name);
1214 void menuarrow_add (char *string); 1214 void menuarrow_add (char *string);
1215 char * menu_find_base (menu_t **menu, char *path); 1215 char *menu_find_base (menu_t **menu, char *path);
1216 menu_t * menu_delete (menu_t *menu); 1216 menu_t *menu_delete (menu_t *menu);
1217 menu_t * menu_add (menu_t *parent, char *path); 1217 menu_t *menu_add (menu_t *parent, char *path);
1218 void drawbox_menubar (int x, int len, int state); 1218 void drawbox_menubar (int x, int len, int state);
1219 void drawtriangle (int x, int y, int state); 1219 void drawtriangle (int x, int y, int state);
1220 void drawbox_menuitem (int y, int state); 1220 void drawbox_menuitem (int y, int state);
1221 void menu_show (); 1221 void menu_show ();
1222 void menu_display (void (*update) (rxvt_t *)); 1222 void menu_display (void (rxvt_term::*update) ());
1223 void menu_hide_all (); 1223 void menu_hide_all ();
1224 void menu_hide (); 1224 void menu_hide ();
1225 void menu_clear (menu_t *menu); 1225 void menu_clear (menu_t *menu);
1226 void menubar_clear (); 1226 void menubar_clear ();
1227 bar_t * menubar_find (const char *name); 1227 bar_t *menubar_find (const char *name);
1228 int menubar_push (const char *name); 1228 int menubar_push (const char *name);
1229 void menubar_remove (const char *name); 1229 void menubar_remove (const char *name);
1230 void menubar_dump (FILE *fp); 1230 void menubar_dump (FILE *fp);
1231 void menubar_read (const char *filename); 1231 void menubar_read (const char *filename);
1232 void menubar_dispatch (char *str); 1232 void menubar_dispatch (char *str);
1233 void draw_Arrows (int name, int state); 1233 void draw_Arrows (int name, int state);
1234 void menubar_expose (); 1234 void menubar_expose ();
1235 int menubar_mapping (int map); 1235 int menubar_mapping (int map);
1236 int menu_select (XButtonEvent *ev); 1236 int menu_select (XButtonEvent &ev);
1237 void menubar_select (XButtonEvent *ev); 1237 void menubar_select (XButtonEvent &ev);
1238 void menubar_control (XButtonEvent *ev); 1238 void menubar_control (XButtonEvent &ev);
1239 void map_menuBar (int map); 1239 void map_menuBar (int map);
1240#endif 1240#endif
1241 1241
1242 // screen.C 1242 // screen.C
1243 void scr_poweron (); 1243 void scr_poweron ();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines