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.263 by root, Thu Nov 2 17:23:50 2006 UTC vs.
Revision 1.303 by ayin, Sun Sep 9 10:14:40 2007 UTC

70 70
71#ifndef HAVE_XPOINTER 71#ifndef HAVE_XPOINTER
72typedef char *XPointer; 72typedef char *XPointer;
73#endif 73#endif
74 74
75#ifdef HAVE_TERMIOS_H
76# include <termios.h> 75#include <termios.h>
77typedef struct termios ttymode_t; 76typedef struct termios ttymode_t;
78#else
79# include <sgtty.h>
80typedef struct {
81 struct sgttyb sg;
82 struct tchars tc;
83 struct ltchars lc;
84 int line;
85 int local;
86} ttymode_t;
87#endif
88 77
89#ifdef XPM_BACKGROUND 78#ifdef HAVE_AFTERIMAGE
90# ifdef XPM_INC_X11 79# include <afterimage.h>
91# include <X11/xpm.h> 80#undef min
92# else 81#undef max
93# include <xpm.h>
94# endif
95#endif 82#endif
96 83
97#ifndef STDIN_FILENO 84#ifndef STDIN_FILENO
98# define STDIN_FILENO 0 85# define STDIN_FILENO 0
99# define STDOUT_FILENO 1 86# define STDOUT_FILENO 1
112 ***************************************************************************** 99 *****************************************************************************
113 * PROTOTYPES 100 * PROTOTYPES
114 ***************************************************************************** 101 *****************************************************************************
115 */ 102 */
116// main.C 103// main.C
117RETSIGTYPE rxvt_Child_signal (int sig) NOTHROW;
118RETSIGTYPE rxvt_Exit_signal (int sig) NOTHROW;
119void rxvt_clean_exit () NOTHROW;
120void * rxvt_malloc (size_t size); 104void * rxvt_malloc (size_t size);
121void * rxvt_calloc (size_t number, size_t size); 105void * rxvt_calloc (size_t number, size_t size);
122void * rxvt_realloc (void *ptr, size_t size); 106void * rxvt_realloc (void *ptr, size_t size);
123 107
124// misc.C 108// misc.C
125char * rxvt_wcstombs (const wchar_t *str, int len = -1); 109char * rxvt_wcstombs (const wchar_t *str, int len = -1);
126wchar_t * rxvt_mbstowcs (const char *str, int len = -1); 110wchar_t * rxvt_mbstowcs (const char *str, int len = -1);
127char * rxvt_wcstoutf8 (const wchar_t *str, int len = -1); 111char * rxvt_wcstoutf8 (const wchar_t *str, int len = -1);
128wchar_t * rxvt_utf8towcs (const char *str, int len = -1); 112wchar_t * rxvt_utf8towcs (const char *str, int len = -1);
129char * rxvt_strdup_cpp (const char *str);
130 113
131#define rxvt_strdup(s) ((s) ? strdup(s) : 0) 114#define rxvt_strdup(s) ((s) ? strdup(s) : 0)
132 115
133char * rxvt_r_basename (const char *str) NOTHROW; 116char * rxvt_basename (const char *str) NOTHROW;
134void rxvt_vlog (const char *fmt, va_list arg_ptr) NOTHROW; 117void rxvt_vlog (const char *fmt, va_list arg_ptr) NOTHROW;
135void rxvt_log (const char *fmt,...) NOTHROW; 118void rxvt_log (const char *fmt,...) NOTHROW;
136void rxvt_warn (const char *fmt,...) NOTHROW; 119void rxvt_warn (const char *fmt,...) NOTHROW;
137void rxvt_fatal (const char *fmt, ...) THROW ((class rxvt_failure_exception)) NORETURN; 120void rxvt_fatal (const char *fmt, ...) THROW ((class rxvt_failure_exception)) NORETURN;
138void rxvt_exit_failure () THROW ((class rxvt_failure_exception)) NORETURN; 121void rxvt_exit_failure () THROW ((class rxvt_failure_exception)) NORETURN;
139 122
140int rxvt_Str_match (const char *s1, const char *s2) NOTHROW;
141const char * rxvt_Str_skip_space (const char *str) NOTHROW;
142char * rxvt_Str_trim (char *str) NOTHROW; 123char * rxvt_strtrim (char *str) NOTHROW;
143int rxvt_Str_escaped (char *str) NOTHROW;
144char ** rxvt_splitcommastring (const char *cs) NOTHROW; 124char ** rxvt_splitcommastring (const char *cs) NOTHROW;
145void rxvt_freecommastring (char **cs) NOTHROW; 125void rxvt_freecommastring (char **cs) NOTHROW;
146char * rxvt_File_find (const char *file, const char *ext, const char *path) NOTHROW;
147 126
148///////////////////////////////////////////////////////////////////////////// 127/////////////////////////////////////////////////////////////////////////////
149 128
150// temporarily replace the process environment 129// temporarily replace the process environment
151extern char **environ; 130extern char **environ;
152extern char **rxvt_environ; // the original environ pointer 131extern char **rxvt_environ; // the original environ pointer
153 132
154inline void set_environ (stringvec *envv) 133static inline void set_environ (stringvec *envv)
155{ 134{
156#if ENABLE_PERL 135#if ENABLE_PERL
157 assert (envv); 136 assert (envv);
158#else 137#else
159 if (envv) 138 if (envv)
160#endif 139#endif
161 environ = (char **)envv->begin (); 140 environ = (char **)envv->begin ();
162} 141}
163 142
164inline void set_environ (char **envv) 143static inline void set_environ (char **envv)
165{ 144{
166#if ENABLE_PERL 145#if ENABLE_PERL
167 assert (envv); 146 assert (envv);
168#else 147#else
169 if (envv) 148 if (envv)
185# define KEEP_SCROLLCOLOR 1 164# define KEEP_SCROLLCOLOR 1
186#else 165#else
187# undef KEEP_SCROLLCOLOR 166# undef KEEP_SCROLLCOLOR
188#endif 167#endif
189 168
169#if defined(XPM_BACKGROUND) || defined(ENABLE_TRANSPARENCY)
170# define HAVE_BG_PIXMAP 1/* to simplify further usage */
171struct bgPixmap_t {
172
173 enum {
174 geometrySet = (1UL<<0),
175 propScale = (1UL<<1),
176 geometryFlags = (geometrySet|propScale),
177
178 tintSet = (1UL<<8),
179 tintNeeded = (1UL<<9),
180 tintWholesome = (1UL<<10),
181 tintServerSide = (1UL<<11),
182 tintFlags = (tintSet|tintServerSide|tintNeeded|tintWholesome),
183 blurNeeded = (1UL<<12),
184
185 isTransparent = (1UL<<16),
186 isInvalid = (1UL<<17)
187 };
188
189 unsigned long flags;
190
191 enum {
192 transpPmapTiled = (1UL<<0),
193 transpPmapTinted = tintNeeded,
194 transpPmapBlured = blurNeeded,
195 transpTransformations = (tintNeeded|blurNeeded)
196 }; /* this flags are returned by make_transparency_pixmap if called */
197
190#ifdef XPM_BACKGROUND 198# ifdef XPM_BACKGROUND
191typedef struct { 199# ifdef HAVE_AFTERIMAGE
192 short w, h, x, y; 200 ASImage *original_asim;
201 bool render_asim (ASImage *background, ARGB32 background_tint);
202# endif
203
204 enum { defaultScale = 100, defaultAlign = 50 };
205
206 unsigned int h_scale, v_scale;/* percents of the window size */
207 int h_align, v_align; /* percents of the window size:
208 0 - left align, 50 - center, 100 - right */
209 void unset_geometry () { flags = flags & ~geometryFlags; };
210 bool set_geometry (const char *geom);
211 void set_defaultGeometry ()
212 {
213 h_scale = v_scale = defaultScale;
214 h_align = v_align = defaultAlign;
215 flags |= geometrySet;
216 };
217
218 bool set_file (const char *file);
219# endif /* XPM_BACKGROUND */
220
221 rxvt_term *target;
222 bool set_target (rxvt_term *new_target);
223
224# ifdef ENABLE_TRANSPARENCY
225 int root_depth; /* obtained when target is set */
226 Pixmap root_pixmap; /* current root pixmap set */
227 rxvt_color tint;
228 int shade;
229 int h_blurRadius, v_blurRadius;
230
231 bool set_transparent ();
232 bool set_blur_radius (const char *geom);
233 bool set_tint (rxvt_color &new_tint);
234 bool unset_tint ();
235 bool set_shade (const char *shade_str);
236 bool set_root_pixmap ();
237
238 unsigned long make_transparency_pixmap ();/* returns combination of the transpTransformations flags */
239# endif
240 double invalid_since;
241
193 Pixmap pixmap; 242 Pixmap pixmap;
194} bgPixmap_t; 243 unsigned int pmap_width, pmap_height;
244 unsigned int pmap_depth;
245
246 bool window_size_sensitive ();
247 bool need_client_side_rendering ();
248 void apply ();
249 bool render ();
250 void invalidate () {
251 if (!(flags & isInvalid))
252 {
253 flags |= isInvalid;
254 invalid_since = NOW;
255 }
256 };
257};
258#else
259# undef HAVE_BG_PIXMAP
195#endif 260#endif
196 261
197/* 262/*
198 * the 'essential' information for reporting Mouse Events 263 * the 'essential' information for reporting Mouse Events
199 * pared down from XButtonEvent 264 * pared down from XButtonEvent
573#endif 638#endif
574#ifdef KEEP_SCROLLCOLOR 639#ifdef KEEP_SCROLLCOLOR
575 Color_scroll, 640 Color_scroll,
576 Color_trough, 641 Color_trough,
577#endif 642#endif
578#if TINTING 643#if ENABLE_TRANSPARENCY
579 Color_tint, 644 Color_tint,
580#endif 645#endif
581#if OFF_FOCUS_FADING 646#if OFF_FOCUS_FADING
582 Color_fade, 647 Color_fade,
583#endif 648#endif
628#define PrivMode_LFNL (1UL<<19) 693#define PrivMode_LFNL (1UL<<19)
629/* too annoying to implement X11 highlight tracking */ 694/* too annoying to implement X11 highlight tracking */
630/* #define PrivMode_MouseX11Track (1LU<<20) */ 695/* #define PrivMode_MouseX11Track (1LU<<20) */
631 696
632#define PrivMode_mouse_report (PrivMode_MouseX10|PrivMode_MouseX11) 697#define PrivMode_mouse_report (PrivMode_MouseX10|PrivMode_MouseX11)
633#define PrivMode(test,bit) \
634 if (test) \
635 priv_modes |= (bit); \
636 else \
637 priv_modes &= ~(bit)
638 698
639#ifdef ALLOW_132_MODE 699#ifdef ALLOW_132_MODE
640# define PrivMode_Default (PrivMode_Autowrap|PrivMode_ShiftKeys|PrivMode_VisibleCursor|PrivMode_132OK) 700# define PrivMode_Default (PrivMode_Autowrap|PrivMode_ShiftKeys|PrivMode_VisibleCursor|PrivMode_132OK)
641#else 701#else
642# define PrivMode_Default (PrivMode_Autowrap|PrivMode_ShiftKeys|PrivMode_VisibleCursor) 702# define PrivMode_Default (PrivMode_Autowrap|PrivMode_ShiftKeys|PrivMode_VisibleCursor)
684 * MACRO DEFINES 744 * MACRO DEFINES
685 ***************************************************************************** 745 *****************************************************************************
686 */ 746 */
687#define dLocal(type,name) type const name = this->name 747#define dLocal(type,name) type const name = this->name
688 748
689// for speed reasons, we assume that all latin1 characters 749// for speed reasons, we assume that all codepoints 32 to 126 are
690// are single-width (the first unicode combining character 750// single-width.
691// is actually 0x300, but ascii is what matters most). 751#define WCWIDTH(c) (IN_RANGE_INC (c, 0x20, 0x7e) ? 1 : wcwidth (c))
692#define WCWIDTH(c) ((c) & ~0xff ? wcwidth (c) : 1)
693 752
694/* convert pixel dimensions to row/column values. Everything as int32_t */ 753/* convert pixel dimensions to row/column values. Everything as int32_t */
695#define Pixel2Col(x) Pixel2Width((int32_t)(x)) 754#define Pixel2Col(x) Pixel2Width((int32_t)(x))
696#define Pixel2Row(y) Pixel2Height((int32_t)(y)) 755#define Pixel2Row(y) Pixel2Height((int32_t)(y))
697#define Pixel2Width(x) ((int32_t)(x) / (int32_t)fwidth) 756#define Pixel2Width(x) ((int32_t)(x) / (int32_t)fwidth)
699#define Col2Pixel(col) ((int32_t)Width2Pixel(col)) 758#define Col2Pixel(col) ((int32_t)Width2Pixel(col))
700#define Row2Pixel(row) ((int32_t)Height2Pixel(row)) 759#define Row2Pixel(row) ((int32_t)Height2Pixel(row))
701#define Width2Pixel(n) ((int32_t)(n) * (int32_t)fwidth) 760#define Width2Pixel(n) ((int32_t)(n) * (int32_t)fwidth)
702#define Height2Pixel(n) ((int32_t)(n) * (int32_t)fheight) 761#define Height2Pixel(n) ((int32_t)(n) * (int32_t)fheight)
703 762
704#define OPTION(opt) (options & (opt))
705#define DEFAULT_OPTIONS (Opt_scrollBar | Opt_scrollTtyOutput \
706 | Opt_jumpScroll | Opt_secondaryScreen \
707 | Opt_pastableTabs | Opt_intensityStyles)
708
709// for m >= -n, ensure remainder lies between 0..n-1 763// for m >= -n, ensure remainder lies between 0..n-1
710#define MOD(m,n) (((m) + (n)) % (n)) 764#define MOD(m,n) (((m) + (n)) % (n))
711 765
712#define LINENO(n) MOD (term_start + int(n), total_rows) 766#define LINENO(n) MOD (term_start + int(n), total_rows)
713#define ROW(n) row_buf [LINENO (n)] 767#define ROW(n) row_buf [LINENO (n)]
769#define scrollbar_above_slider(y) ((y) < scrollBar.top) 823#define scrollbar_above_slider(y) ((y) < scrollBar.top)
770#define scrollbar_below_slider(y) ((y) > scrollBar.bot) 824#define scrollbar_below_slider(y) ((y) > scrollBar.bot)
771#define scrollbar_position(y) ((y) - scrollBar.beg) 825#define scrollbar_position(y) ((y) - scrollBar.beg)
772#define scrollbar_size() (scrollBar.end - scrollBar.beg \ 826#define scrollbar_size() (scrollBar.end - scrollBar.beg \
773 - scrollbar_minheight ()) 827 - scrollbar_minheight ())
774
775#ifdef XPM_BACKGROUND
776# define XPMClearArea(a, b, c, d, e, f, g) XClearArea((a), (b), (c), (d), (e), (f), (g))
777#else
778# define XPMClearArea(a, b, c, d, e, f, g)
779#endif
780 828
781typedef callback<void (const char *)> log_callback; 829typedef callback<void (const char *)> log_callback;
782typedef callback<int (int)> getfd_callback; 830typedef callback<int (int)> getfd_callback;
783 831
784#define SET_LOCALE(locale) rxvt_set_locale (locale) 832#define SET_LOCALE(locale) rxvt_set_locale (locale)
911 rxvt_perl_term perl; 959 rxvt_perl_term perl;
912#endif 960#endif
913 struct mbstate mbstate; // current input multibyte state 961 struct mbstate mbstate; // current input multibyte state
914 962
915 unsigned char want_refresh:1, 963 unsigned char want_refresh:1,
916#ifdef TRANSPARENT 964#ifdef ENABLE_TRANSPARENCY
917 want_full_refresh:1, /* awaiting full screen refresh */ 965 want_full_refresh:1, /* awaiting full screen refresh */
918#endif
919#if defined(XPM_BACKGROUND) || defined(TRANSPARENT)
920 am_transparent:1, /* is a transparent term */
921 am_pixmap_trans:1, /* transparency w/known root pixmap */
922#endif 966#endif
923 current_screen:1, /* primary or secondary */ 967 current_screen:1, /* primary or secondary */
924 num_scr_allow:1, 968 num_scr_allow:1,
925 bypass_keystate:1, 969 bypass_keystate:1,
926#ifdef CURSOR_BLINK 970#ifdef CURSOR_BLINK
967 /* give proper Scroll behaviour */ 1011 /* give proper Scroll behaviour */
968#if defined(MOUSE_WHEEL) && defined(MOUSE_SLIP_WHEELING) 1012#if defined(MOUSE_WHEEL) && defined(MOUSE_SLIP_WHEELING)
969 mouse_slip_wheel_speed, 1013 mouse_slip_wheel_speed,
970#endif 1014#endif
971 refresh_count, 1015 refresh_count,
972 refresh_limit,
973 last_bot, /* scrollbar last bottom position */ 1016 last_bot, /* scrollbar last bottom position */
974 last_top, /* scrollbar last top position */ 1017 last_top, /* scrollbar last top position */
975 last_state, /* scrollbar last state */ 1018 last_state, /* scrollbar last state */
976 scrollbar_len, 1019 scrollbar_len,
977 window_vt_x, 1020 window_vt_x,
1023 char * incr_buf; 1066 char * incr_buf;
1024 size_t incr_buf_size, incr_buf_fill; 1067 size_t incr_buf_size, incr_buf_fill;
1025/* ---------- */ 1068/* ---------- */
1026 Cursor leftptr_cursor; 1069 Cursor leftptr_cursor;
1027/* ---------- */ 1070/* ---------- */
1028#ifndef NO_BACKSPACE_KEY
1029 const char *key_backspace;
1030#endif
1031#ifndef NO_DELETE_KEY
1032 const char *key_delete;
1033#endif
1034 struct mouse_event MEvent; 1071 struct mouse_event MEvent;
1035 XComposeStatus compose; 1072 XComposeStatus compose;
1036 ttymode_t tio; 1073 ttymode_t tio;
1037 row_col_t oldcursor; 1074 row_col_t oldcursor;
1038#ifdef XPM_BACKGROUND 1075#ifdef HAVE_BG_PIXMAP
1039 bgPixmap_t bgPixmap; 1076 bgPixmap_t bgPixmap;
1040 XpmAttributes xpmAttr; /* originally loaded pixmap and its scaling */ 1077#endif
1078#ifdef HAVE_AFTERIMAGE
1079 ASVisual *asv;
1080 ASImageManager *asimman;
1041#endif 1081#endif
1042 1082
1043#if ENABLE_OVERLAY 1083#if ENABLE_OVERLAY
1044 int ov_x, ov_y, ov_w, ov_h; // overlay dimensions 1084 int ov_x, ov_y, ov_w, ov_h; // overlay dimensions
1045 text_t **ov_text; 1085 text_t **ov_text;
1103 void vt_select_input () const NOTHROW 1143 void vt_select_input () const NOTHROW
1104 { 1144 {
1105 XSelectInput (dpy, vt, vt_emask | vt_emask_perl | vt_emask_xim); 1145 XSelectInput (dpy, vt, vt_emask | vt_emask_perl | vt_emask_xim);
1106 } 1146 }
1107 1147
1108#if TRANSPARENT || ENABLE_PERL 1148#if ENABLE_TRANSPARENCY || ENABLE_PERL
1109 void rootwin_cb (XEvent &xev); 1149 void rootwin_cb (XEvent &xev);
1110 xevent_watcher rootwin_ev; 1150 xevent_watcher rootwin_ev;
1151#endif
1152#ifdef HAVE_BG_PIXMAP
1153 int update_background ();
1154 void update_background_cb (time_watcher &w);
1155 time_watcher update_background_ev;
1111#endif 1156#endif
1112 1157
1113 void x_cb (XEvent &xev); 1158 void x_cb (XEvent &xev);
1114 void flush (); 1159 void flush ();
1115 xevent_watcher termwin_ev; 1160 xevent_watcher termwin_ev;
1233 void button_press (XButtonEvent &ev); 1278 void button_press (XButtonEvent &ev);
1234 void button_release (XButtonEvent &ev); 1279 void button_release (XButtonEvent &ev);
1235 void focus_in (); 1280 void focus_in ();
1236 void focus_out (); 1281 void focus_out ();
1237 void update_fade_color (unsigned int idx); 1282 void update_fade_color (unsigned int idx);
1238 int check_our_parents ();
1239#ifdef PRINTPIPE 1283#ifdef PRINTPIPE
1240 FILE *popen_printer (); 1284 FILE *popen_printer ();
1241 int pclose_printer (FILE *stream); 1285 int pclose_printer (FILE *stream);
1242#endif 1286#endif
1243 void process_print_pipe (); 1287 void process_print_pipe ();
1304 { 1348 {
1305 int base = GET_BASEFG (r); 1349 int base = GET_BASEFG (r);
1306#ifndef NO_BRIGHTCOLOR 1350#ifndef NO_BRIGHTCOLOR
1307 if (r & RS_Bold 1351 if (r & RS_Bold
1308# if ENABLE_STYLES 1352# if ENABLE_STYLES
1309 && OPTION (Opt_intensityStyles) 1353 && option (Opt_intensityStyles)
1310# endif 1354# endif
1311 && IN_RANGE_INC (base, minCOLOR, minBrightCOLOR)) 1355 && IN_RANGE_INC (base, minCOLOR, minBrightCOLOR))
1312 base += minBrightCOLOR - minCOLOR; 1356 base += minBrightCOLOR - minCOLOR;
1313#endif 1357#endif
1314 return base; 1358 return base;
1318 { 1362 {
1319 int base = GET_BASEBG (r); 1363 int base = GET_BASEBG (r);
1320#ifndef NO_BRIGHTCOLOR 1364#ifndef NO_BRIGHTCOLOR
1321 if (r & RS_Blink 1365 if (r & RS_Blink
1322# if ENABLE_STYLES 1366# if ENABLE_STYLES
1323 && OPTION (Opt_intensityStyles) 1367 && option (Opt_intensityStyles)
1324# endif 1368# endif
1325 && IN_RANGE_INC (base, minCOLOR, minBrightCOLOR)) 1369 && IN_RANGE_INC (base, minCOLOR, minBrightCOLOR))
1326 base += minBrightCOLOR - minCOLOR; 1370 base += minBrightCOLOR - minCOLOR;
1327#endif 1371#endif
1328 return base; 1372 return base;
1329 } 1373 }
1330 1374
1331 bool option (uint32_t opt) const NOTHROW 1375 bool option (uint8_t opt) const NOTHROW
1332 { 1376 {
1333 return OPTION (opt); 1377 return options[opt >> 3] & (1 << (opt & 7));
1334 } 1378 }
1335 1379
1336 void set_option (uint32_t opt, bool set) NOTHROW 1380 void set_option (uint8_t opt, bool set = true) NOTHROW
1337 { 1381 {
1338 if (set) 1382 if (set)
1339 options |= opt; 1383 options[opt >> 3] |= (1 << (opt & 7));
1340 else 1384 else
1341 options &= ~opt; 1385 options[opt >> 3] &= ~(1 << (opt & 7));
1386 }
1387
1388 void PrivMode (int set, unsigned bit) NOTHROW
1389 {
1390 if (set)
1391 priv_modes |= bit;
1392 else
1393 priv_modes &= ~bit;
1342 } 1394 }
1343 1395
1344 void scr_blank_line (line_t &l, unsigned int col, unsigned int width, rend_t efs) const NOTHROW; 1396 void scr_blank_line (line_t &l, unsigned int col, unsigned int width, rend_t efs) const NOTHROW;
1345 void scr_blank_screen_mem (line_t &l, rend_t efs) const NOTHROW; 1397 void scr_blank_screen_mem (line_t &l, rend_t efs) const NOTHROW;
1346 int scr_scroll_text (int row1, int row2, int count) NOTHROW; 1398 int scr_scroll_text (int row1, int row2, int count) NOTHROW;
1452 void get_options (int argc, const char *const *argv); 1504 void get_options (int argc, const char *const *argv);
1453 int parse_keysym (const char *str, const char *arg); 1505 int parse_keysym (const char *str, const char *arg);
1454 void get_xdefaults (FILE *stream, const char *name); 1506 void get_xdefaults (FILE *stream, const char *name);
1455 void extract_resources (); 1507 void extract_resources ();
1456 // xpm.C 1508 // xpm.C
1457 int scale_pixmap (const char *geom); 1509 void get_window_origin (int &x, int &y);
1458 void resize_pixmap (); 1510 Pixmap get_pixmap_property (int prop_id);
1459 Pixmap set_bgPixmap (const char *file);
1460}; 1511};
1461 1512
1462/*
1463 *****************************************************************************
1464 * PROTOTYPES
1465 *****************************************************************************
1466 */
1467#ifdef PROTOTYPES
1468# define __PROTO(p) p
1469#else
1470# define __PROTO(p) ()
1471#endif
1472
1473#endif /* _RXVT_H_ */ 1513#endif /* _RXVT_H_ */
1474 1514

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines