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

Comparing cvsroot/rxvt-unicode/src/rxvt.h (file contents):
Revision 1.329 by ayin, Wed Dec 12 09:33:48 2007 UTC vs.
Revision 1.330 by ayin, Wed Dec 12 11:35:57 2007 UTC

1102 1102
1103 void tt_printf (const char *fmt,...); 1103 void tt_printf (const char *fmt,...);
1104 void tt_write (const char *data, unsigned int len); 1104 void tt_write (const char *data, unsigned int len);
1105 void pty_write (); 1105 void pty_write ();
1106 1106
1107 bool init (stringvec *argv, stringvec *envv) 1107 void init (stringvec *argv, stringvec *envv)
1108 { 1108 {
1109 this->argv = argv; 1109 this->argv = argv;
1110 return init (argv->size (), argv->begin (), envv); 1110 init (argv->size (), argv->begin (), envv);
1111 } 1111 }
1112 1112
1113 void make_current () const // make this the "currently active" urxvt instance 1113 void make_current () const // make this the "currently active" urxvt instance
1114 { 1114 {
1115 SET_R (this); 1115 SET_R (this);
1190 void tt_winch (); 1190 void tt_winch ();
1191 rxvt_term (); 1191 rxvt_term ();
1192 ~rxvt_term (); 1192 ~rxvt_term ();
1193 void destroy (); 1193 void destroy ();
1194 void emergency_cleanup (); 1194 void emergency_cleanup ();
1195 bool init (int argc, const char *const *argv, stringvec *envv); 1195 void init (int argc, const char *const *argv, stringvec *envv);
1196 void recolour_cursor (); 1196 void recolour_cursor ();
1197 void resize_all_windows (unsigned int newwidth, unsigned int newheight, int ignoreparent); 1197 void resize_all_windows (unsigned int newwidth, unsigned int newheight, int ignoreparent);
1198 void window_calc (unsigned int newwidth, unsigned int newheight); 1198 void window_calc (unsigned int newwidth, unsigned int newheight);
1199 bool set_fonts (); 1199 bool set_fonts ();
1200 void set_string_property (Atom prop, const char *str, int len = -1); 1200 void set_string_property (Atom prop, const char *str, int len = -1);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines