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.257 by root, Wed May 31 00:35:56 2006 UTC vs.
Revision 1.261 by root, Sat Jul 29 21:44:44 2006 UTC

8#if defined (ISO_14755) || defined (ENABLE_PERL) 8#if defined (ISO_14755) || defined (ENABLE_PERL)
9# define ENABLE_OVERLAY 1 9# define ENABLE_OVERLAY 1
10#endif 10#endif
11 11
12#if ENABLE_PERL 12#if ENABLE_PERL
13# define ENABLE_FRILLS 1 13# define ENABLE_FRILLS 1
14# define ENABLE_COMBINING 1 14# define ENABLE_COMBINING 1
15#endif 15#endif
16 16
17#if ENABLE_FRILLS 17#if ENABLE_FRILLS
18# define ENABLE_XEMBED 1 18# define ENABLE_XEMBED 1
19# define ENABLE_EWMH 1 19# define ENABLE_EWMH 1
20# define ENABLE_XIM_ONTHESPOT 1 20# define ENABLE_XIM_ONTHESPOT 1
21# define CURSOR_BLINK 1 21# define CURSOR_BLINK 1
22# define OPTION_HC 1
22#else 23#else
23# define ENABLE_MINIMAL 1 24# define ENABLE_MINIMAL 1
24#endif 25#endif
25 26
26#include <limits.h> 27#include <limits.h>
1098 void vt_select_input () const NOTHROW 1099 void vt_select_input () const NOTHROW
1099 { 1100 {
1100 XSelectInput (dpy, vt, vt_emask | vt_emask_perl | vt_emask_xim); 1101 XSelectInput (dpy, vt, vt_emask | vt_emask_perl | vt_emask_xim);
1101 } 1102 }
1102 1103
1103#if TRANSPARENT 1104#if TRANSPARENT || ENABLE_PERL
1104 void rootwin_cb (XEvent &xev); 1105 void rootwin_cb (XEvent &xev);
1105 xevent_watcher rootwin_ev; 1106 xevent_watcher rootwin_ev;
1106#endif 1107#endif
1107 1108
1108 void x_cb (XEvent &xev); 1109 void x_cb (XEvent &xev);
1170 bool pty_fill (); 1171 bool pty_fill ();
1171 1172
1172 void make_current () const // make this the "currently active" urxvt instance 1173 void make_current () const // make this the "currently active" urxvt instance
1173 { 1174 {
1174 SET_R (this); 1175 SET_R (this);
1176 set_environ (envv);
1175 rxvt_set_locale (locale); 1177 rxvt_set_locale (locale);
1176 set_environ (envv);
1177 } 1178 }
1178 1179
1179 void init_secondary (); 1180 void init_secondary ();
1180 const char **init_resources (int argc, const char *const *argv); 1181 const char **init_resources (int argc, const char *const *argv);
1181 const char *x_resource (const char *name); 1182 const char *x_resource (const char *name);
1227 void mouse_report (XButtonEvent &ev); 1228 void mouse_report (XButtonEvent &ev);
1228 void button_press (XButtonEvent &ev); 1229 void button_press (XButtonEvent &ev);
1229 void button_release (XButtonEvent &ev); 1230 void button_release (XButtonEvent &ev);
1230 void focus_in (); 1231 void focus_in ();
1231 void focus_out (); 1232 void focus_out ();
1233 void update_fade_color (unsigned int idx);
1232 int check_our_parents (); 1234 int check_our_parents ();
1233#ifdef PRINTPIPE 1235#ifdef PRINTPIPE
1234 FILE *popen_printer (); 1236 FILE *popen_printer ();
1235 int pclose_printer (FILE *stream); 1237 int pclose_printer (FILE *stream);
1236#endif 1238#endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines