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.346 by ayin, Sun Dec 30 23:45:42 2007 UTC vs.
Revision 1.350 by ayin, Sat Jan 19 13:05:55 2008 UTC

1003 /* give proper Scroll behaviour */ 1003 /* give proper Scroll behaviour */
1004#if defined(MOUSE_WHEEL) && defined(MOUSE_SLIP_WHEELING) 1004#if defined(MOUSE_WHEEL) && defined(MOUSE_SLIP_WHEELING)
1005 mouse_slip_wheel_speed, 1005 mouse_slip_wheel_speed,
1006#endif 1006#endif
1007 refresh_count, 1007 refresh_count,
1008 last_bot, /* scrollbar last bottom position */
1009 last_top, /* scrollbar last top position */
1010 last_state, /* scrollbar last state */
1011 window_vt_x, 1008 window_vt_x,
1012 window_vt_y, 1009 window_vt_y,
1013 window_sb_x, 1010 window_sb_x,
1014 mouse_row, 1011 mouse_row,
1015 mouse_col, 1012 mouse_col,
1057 selection_request_time; 1054 selection_request_time;
1058 pid_t cmd_pid; /* process id of child */ 1055 pid_t cmd_pid; /* process id of child */
1059 char * incr_buf; 1056 char * incr_buf;
1060 size_t incr_buf_size, incr_buf_fill; 1057 size_t incr_buf_size, incr_buf_fill;
1061/* ---------- */ 1058/* ---------- */
1062 Cursor leftptr_cursor;
1063/* ---------- */
1064 struct mouse_event MEvent; 1059 struct mouse_event MEvent;
1065 XComposeStatus compose; 1060 XComposeStatus compose;
1066 struct termios tio; 1061 struct termios tio;
1067 row_col_t oldcursor; 1062 row_col_t oldcursor;
1068#ifdef HAVE_BG_PIXMAP 1063#ifdef HAVE_BG_PIXMAP
1266 void process_terminal_mode (int mode, int priv, unsigned int nargs, const int *arg); 1261 void process_terminal_mode (int mode, int priv, unsigned int nargs, const int *arg);
1267 void process_sgr_mode (unsigned int nargs, const int *arg); 1262 void process_sgr_mode (unsigned int nargs, const int *arg);
1268 void process_graphics (); 1263 void process_graphics ();
1269 // init.C 1264 // init.C
1270 void init_vars (); 1265 void init_vars ();
1271 void init_secondary ();
1272 const char **init_resources (int argc, const char *const *argv); 1266 const char **init_resources (int argc, const char *const *argv);
1267 void init (int argc, const char *const *argv, stringvec *envv);
1273 void init_env (); 1268 void init_env ();
1274 void set_locale (const char *locale); 1269 void set_locale (const char *locale);
1275 void init_xlocale (); 1270 void init_xlocale ();
1276 void init_command (const char *const *argv); 1271 void init_command (const char *const *argv);
1277 void run_command (const char *const *argv); 1272 void run_command (const char *const *argv);
1284 void tt_winch (); 1279 void tt_winch ();
1285 rxvt_term (); 1280 rxvt_term ();
1286 ~rxvt_term (); 1281 ~rxvt_term ();
1287 void destroy (); 1282 void destroy ();
1288 void emergency_cleanup (); 1283 void emergency_cleanup ();
1289 void init (int argc, const char *const *argv, stringvec *envv);
1290 void recolour_cursor (); 1284 void recolour_cursor ();
1291 void resize_all_windows (unsigned int newwidth, unsigned int newheight, int ignoreparent); 1285 void resize_all_windows (unsigned int newwidth, unsigned int newheight, int ignoreparent);
1292 void window_calc (unsigned int newwidth, unsigned int newheight); 1286 void window_calc (unsigned int newwidth, unsigned int newheight);
1293 bool set_fonts (); 1287 bool set_fonts ();
1294 void set_string_property (Atom prop, const char *str, int len = -1); 1288 void set_string_property (Atom prop, const char *str, int len = -1);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines