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.270 by sasha, Fri Jun 8 20:04:12 2007 UTC vs.
Revision 1.274 by root, Mon Jun 18 12:53:26 2007 UTC

953 /* give proper Scroll behaviour */ 953 /* give proper Scroll behaviour */
954#if defined(MOUSE_WHEEL) && defined(MOUSE_SLIP_WHEELING) 954#if defined(MOUSE_WHEEL) && defined(MOUSE_SLIP_WHEELING)
955 mouse_slip_wheel_speed, 955 mouse_slip_wheel_speed,
956#endif 956#endif
957 refresh_count, 957 refresh_count,
958 refresh_limit,
959 last_bot, /* scrollbar last bottom position */ 958 last_bot, /* scrollbar last bottom position */
960 last_top, /* scrollbar last top position */ 959 last_top, /* scrollbar last top position */
961 last_state, /* scrollbar last state */ 960 last_state, /* scrollbar last state */
962 scrollbar_len, 961 scrollbar_len,
963 window_vt_x, 962 window_vt_x,
1098 } 1097 }
1099 1098
1100#if TRANSPARENT || ENABLE_PERL 1099#if TRANSPARENT || ENABLE_PERL
1101 void rootwin_cb (XEvent &xev); 1100 void rootwin_cb (XEvent &xev);
1102 xevent_watcher rootwin_ev; 1101 xevent_watcher rootwin_ev;
1102#endif
1103#if TRANSPARENT
1104 int check_our_parents ();
1103 void check_our_parents_cb (time_watcher &w); 1105 void check_our_parents_cb (time_watcher &w);
1104 time_watcher check_our_aprents_ev; 1106 time_watcher check_our_parents_ev;
1105#endif 1107#endif
1106 1108
1107 void x_cb (XEvent &xev); 1109 void x_cb (XEvent &xev);
1108 void flush (); 1110 void flush ();
1109 xevent_watcher termwin_ev; 1111 xevent_watcher termwin_ev;
1227 void button_press (XButtonEvent &ev); 1229 void button_press (XButtonEvent &ev);
1228 void button_release (XButtonEvent &ev); 1230 void button_release (XButtonEvent &ev);
1229 void focus_in (); 1231 void focus_in ();
1230 void focus_out (); 1232 void focus_out ();
1231 void update_fade_color (unsigned int idx); 1233 void update_fade_color (unsigned int idx);
1232 int check_our_parents ();
1233#ifdef PRINTPIPE 1234#ifdef PRINTPIPE
1234 FILE *popen_printer (); 1235 FILE *popen_printer ();
1235 int pclose_printer (FILE *stream); 1236 int pclose_printer (FILE *stream);
1236#endif 1237#endif
1237 void process_print_pipe (); 1238 void process_print_pipe ();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines