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.272 by ayin, Sun Jun 10 15:16:15 2007 UTC vs.
Revision 1.276 by ayin, Sat Jun 30 23:58:29 2007 UTC

134const char * rxvt_Str_skip_space (const char *str) NOTHROW; 134const char * rxvt_Str_skip_space (const char *str) NOTHROW;
135char * rxvt_Str_trim (char *str) NOTHROW; 135char * rxvt_Str_trim (char *str) NOTHROW;
136int rxvt_Str_escaped (char *str) NOTHROW; 136int rxvt_Str_escaped (char *str) NOTHROW;
137char ** rxvt_splitcommastring (const char *cs) NOTHROW; 137char ** rxvt_splitcommastring (const char *cs) NOTHROW;
138void rxvt_freecommastring (char **cs) NOTHROW; 138void rxvt_freecommastring (char **cs) NOTHROW;
139char * rxvt_File_find (const char *file, const char *ext, const char *path) NOTHROW;
140 139
141///////////////////////////////////////////////////////////////////////////// 140/////////////////////////////////////////////////////////////////////////////
142 141
143// temporarily replace the process environment 142// temporarily replace the process environment
144extern char **environ; 143extern char **environ;
899 rxvt_perl_term perl; 898 rxvt_perl_term perl;
900#endif 899#endif
901 struct mbstate mbstate; // current input multibyte state 900 struct mbstate mbstate; // current input multibyte state
902 901
903 unsigned char want_refresh:1, 902 unsigned char want_refresh:1,
904#ifdef TRANSPARENT 903#ifdef ENABLE_TRANSPARENCY
905 want_full_refresh:1, /* awaiting full screen refresh */ 904 want_full_refresh:1, /* awaiting full screen refresh */
906 am_transparent:1, /* is a transparent term */ 905 am_transparent:1, /* is a transparent term */
907 am_pixmap_trans:1, /* transparency w/known root pixmap */ 906 am_pixmap_trans:1, /* transparency w/known root pixmap */
908#endif 907#endif
909 current_screen:1, /* primary or secondary */ 908 current_screen:1, /* primary or secondary */
953 /* give proper Scroll behaviour */ 952 /* give proper Scroll behaviour */
954#if defined(MOUSE_WHEEL) && defined(MOUSE_SLIP_WHEELING) 953#if defined(MOUSE_WHEEL) && defined(MOUSE_SLIP_WHEELING)
955 mouse_slip_wheel_speed, 954 mouse_slip_wheel_speed,
956#endif 955#endif
957 refresh_count, 956 refresh_count,
958 refresh_limit,
959 last_bot, /* scrollbar last bottom position */ 957 last_bot, /* scrollbar last bottom position */
960 last_top, /* scrollbar last top position */ 958 last_top, /* scrollbar last top position */
961 last_state, /* scrollbar last state */ 959 last_state, /* scrollbar last state */
962 scrollbar_len, 960 scrollbar_len,
963 window_vt_x, 961 window_vt_x,
1095 void vt_select_input () const NOTHROW 1093 void vt_select_input () const NOTHROW
1096 { 1094 {
1097 XSelectInput (dpy, vt, vt_emask | vt_emask_perl | vt_emask_xim); 1095 XSelectInput (dpy, vt, vt_emask | vt_emask_perl | vt_emask_xim);
1098 } 1096 }
1099 1097
1100#if TRANSPARENT || ENABLE_PERL 1098#if ENABLE_TRANSPARENCY || ENABLE_PERL
1101 void rootwin_cb (XEvent &xev); 1099 void rootwin_cb (XEvent &xev);
1102 xevent_watcher rootwin_ev; 1100 xevent_watcher rootwin_ev;
1103#endif 1101#endif
1104#if TRANSPARENT 1102#if ENABLE_TRANSPARENCY
1103 int check_our_parents ();
1105 void check_our_parents_cb (time_watcher &w); 1104 void check_our_parents_cb (time_watcher &w);
1106 time_watcher check_our_parents_ev; 1105 time_watcher check_our_parents_ev;
1107#endif 1106#endif
1108 1107
1109 void x_cb (XEvent &xev); 1108 void x_cb (XEvent &xev);
1229 void button_press (XButtonEvent &ev); 1228 void button_press (XButtonEvent &ev);
1230 void button_release (XButtonEvent &ev); 1229 void button_release (XButtonEvent &ev);
1231 void focus_in (); 1230 void focus_in ();
1232 void focus_out (); 1231 void focus_out ();
1233 void update_fade_color (unsigned int idx); 1232 void update_fade_color (unsigned int idx);
1234 int check_our_parents ();
1235#ifdef PRINTPIPE 1233#ifdef PRINTPIPE
1236 FILE *popen_printer (); 1234 FILE *popen_printer ();
1237 int pclose_printer (FILE *stream); 1235 int pclose_printer (FILE *stream);
1238#endif 1236#endif
1239 void process_print_pipe (); 1237 void process_print_pipe ();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines