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.347 by ayin, Mon Dec 31 01:05:51 2007 UTC vs.
Revision 1.349 by ayin, Sat Jan 19 13:00:10 2008 UTC

1054 selection_request_time; 1054 selection_request_time;
1055 pid_t cmd_pid; /* process id of child */ 1055 pid_t cmd_pid; /* process id of child */
1056 char * incr_buf; 1056 char * incr_buf;
1057 size_t incr_buf_size, incr_buf_fill; 1057 size_t incr_buf_size, incr_buf_fill;
1058/* ---------- */ 1058/* ---------- */
1059 Cursor leftptr_cursor;
1060/* ---------- */
1061 struct mouse_event MEvent; 1059 struct mouse_event MEvent;
1062 XComposeStatus compose; 1060 XComposeStatus compose;
1063 struct termios tio; 1061 struct termios tio;
1064 row_col_t oldcursor; 1062 row_col_t oldcursor;
1065#ifdef HAVE_BG_PIXMAP 1063#ifdef HAVE_BG_PIXMAP
1265 void process_graphics (); 1263 void process_graphics ();
1266 // init.C 1264 // init.C
1267 void init_vars (); 1265 void init_vars ();
1268 void init_secondary (); 1266 void init_secondary ();
1269 const char **init_resources (int argc, const char *const *argv); 1267 const char **init_resources (int argc, const char *const *argv);
1268 void init (int argc, const char *const *argv, stringvec *envv);
1270 void init_env (); 1269 void init_env ();
1271 void set_locale (const char *locale); 1270 void set_locale (const char *locale);
1272 void init_xlocale (); 1271 void init_xlocale ();
1273 void init_command (const char *const *argv); 1272 void init_command (const char *const *argv);
1274 void run_command (const char *const *argv); 1273 void run_command (const char *const *argv);
1281 void tt_winch (); 1280 void tt_winch ();
1282 rxvt_term (); 1281 rxvt_term ();
1283 ~rxvt_term (); 1282 ~rxvt_term ();
1284 void destroy (); 1283 void destroy ();
1285 void emergency_cleanup (); 1284 void emergency_cleanup ();
1286 void init (int argc, const char *const *argv, stringvec *envv);
1287 void recolour_cursor (); 1285 void recolour_cursor ();
1288 void resize_all_windows (unsigned int newwidth, unsigned int newheight, int ignoreparent); 1286 void resize_all_windows (unsigned int newwidth, unsigned int newheight, int ignoreparent);
1289 void window_calc (unsigned int newwidth, unsigned int newheight); 1287 void window_calc (unsigned int newwidth, unsigned int newheight);
1290 bool set_fonts (); 1288 bool set_fonts ();
1291 void set_string_property (Atom prop, const char *str, int len = -1); 1289 void set_string_property (Atom prop, const char *str, int len = -1);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines