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.259 by root, Thu Jul 6 18:56:10 2006 UTC vs.
Revision 1.302 by ayin, Sat Sep 8 21:25:56 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
520 * on the unnecessary items, e.g. Color_pointer, but won't bother 585 * on the unnecessary items, e.g. Color_pointer, but won't bother
521 * until we need to. Also, be aware of usage in pixcolor_set 586 * until we need to. Also, be aware of usage in pixcolor_set
522 */ 587 */
523 588
524enum colour_list { 589enum colour_list {
590 Color_none = -2,
591 Color_transparent = -1,
525 Color_fg = 0, 592 Color_fg = 0,
526 Color_bg, 593 Color_bg,
527 minCOLOR, /* 2 */ 594 minCOLOR, /* 2 */
528 Color_Black = minCOLOR, 595 Color_Black = minCOLOR,
529 Color_Red3, 596 Color_Red3,
571#endif 638#endif
572#ifdef KEEP_SCROLLCOLOR 639#ifdef KEEP_SCROLLCOLOR
573 Color_scroll, 640 Color_scroll,
574 Color_trough, 641 Color_trough,
575#endif 642#endif
576#if TINTING 643#if ENABLE_TRANSPARENCY
577 Color_tint, 644 Color_tint,
578#endif 645#endif
579#if OFF_FOCUS_FADING 646#if OFF_FOCUS_FADING
580 Color_fade, 647 Color_fade,
581#endif 648#endif
626#define PrivMode_LFNL (1UL<<19) 693#define PrivMode_LFNL (1UL<<19)
627/* too annoying to implement X11 highlight tracking */ 694/* too annoying to implement X11 highlight tracking */
628/* #define PrivMode_MouseX11Track (1LU<<20) */ 695/* #define PrivMode_MouseX11Track (1LU<<20) */
629 696
630#define PrivMode_mouse_report (PrivMode_MouseX10|PrivMode_MouseX11) 697#define PrivMode_mouse_report (PrivMode_MouseX10|PrivMode_MouseX11)
631#define PrivMode(test,bit) \
632 if (test) \
633 priv_modes |= (bit); \
634 else \
635 priv_modes &= ~(bit)
636 698
637#ifdef ALLOW_132_MODE 699#ifdef ALLOW_132_MODE
638# define PrivMode_Default (PrivMode_Autowrap|PrivMode_ShiftKeys|PrivMode_VisibleCursor|PrivMode_132OK) 700# define PrivMode_Default (PrivMode_Autowrap|PrivMode_ShiftKeys|PrivMode_VisibleCursor|PrivMode_132OK)
639#else 701#else
640# define PrivMode_Default (PrivMode_Autowrap|PrivMode_ShiftKeys|PrivMode_VisibleCursor) 702# define PrivMode_Default (PrivMode_Autowrap|PrivMode_ShiftKeys|PrivMode_VisibleCursor)
682 * MACRO DEFINES 744 * MACRO DEFINES
683 ***************************************************************************** 745 *****************************************************************************
684 */ 746 */
685#define dLocal(type,name) type const name = this->name 747#define dLocal(type,name) type const name = this->name
686 748
687// for speed reasons, we assume that all latin1 characters 749// for speed reasons, we assume that all codepoints 32 to 126 are
688// are single-width (the first unicode combining character 750// single-width.
689// is actually 0x300, but ascii is what matters most). 751#define WCWIDTH(c) (IN_RANGE_INC (c, 0x20, 0x7e) ? 1 : wcwidth (c))
690#define WCWIDTH(c) ((c) & ~0xff ? wcwidth (c) : 1)
691 752
692/* convert pixel dimensions to row/column values. Everything as int32_t */ 753/* convert pixel dimensions to row/column values. Everything as int32_t */
693#define Pixel2Col(x) Pixel2Width((int32_t)(x)) 754#define Pixel2Col(x) Pixel2Width((int32_t)(x))
694#define Pixel2Row(y) Pixel2Height((int32_t)(y)) 755#define Pixel2Row(y) Pixel2Height((int32_t)(y))
695#define Pixel2Width(x) ((int32_t)(x) / (int32_t)fwidth) 756#define Pixel2Width(x) ((int32_t)(x) / (int32_t)fwidth)
697#define Col2Pixel(col) ((int32_t)Width2Pixel(col)) 758#define Col2Pixel(col) ((int32_t)Width2Pixel(col))
698#define Row2Pixel(row) ((int32_t)Height2Pixel(row)) 759#define Row2Pixel(row) ((int32_t)Height2Pixel(row))
699#define Width2Pixel(n) ((int32_t)(n) * (int32_t)fwidth) 760#define Width2Pixel(n) ((int32_t)(n) * (int32_t)fwidth)
700#define Height2Pixel(n) ((int32_t)(n) * (int32_t)fheight) 761#define Height2Pixel(n) ((int32_t)(n) * (int32_t)fheight)
701 762
702#define OPTION(opt) (options & (opt))
703#define DEFAULT_OPTIONS (Opt_scrollBar | Opt_scrollTtyOutput \
704 | Opt_jumpScroll | Opt_secondaryScreen \
705 | Opt_pastableTabs | Opt_intensityStyles)
706
707// for m >= -n, ensure remainder lies between 0..n-1 763// for m >= -n, ensure remainder lies between 0..n-1
708#define MOD(m,n) (((m) + (n)) % (n)) 764#define MOD(m,n) (((m) + (n)) % (n))
709 765
710#define LINENO(n) MOD (term_start + int(n), total_rows) 766#define LINENO(n) MOD (term_start + int(n), total_rows)
711#define ROW(n) row_buf [LINENO (n)] 767#define ROW(n) row_buf [LINENO (n)]
768#define scrollbar_below_slider(y) ((y) > scrollBar.bot) 824#define scrollbar_below_slider(y) ((y) > scrollBar.bot)
769#define scrollbar_position(y) ((y) - scrollBar.beg) 825#define scrollbar_position(y) ((y) - scrollBar.beg)
770#define scrollbar_size() (scrollBar.end - scrollBar.beg \ 826#define scrollbar_size() (scrollBar.end - scrollBar.beg \
771 - scrollbar_minheight ()) 827 - scrollbar_minheight ())
772 828
773#ifdef XPM_BACKGROUND
774# define XPMClearArea(a, b, c, d, e, f, g) XClearArea((a), (b), (c), (d), (e), (f), (g))
775#else
776# define XPMClearArea(a, b, c, d, e, f, g)
777#endif
778
779typedef callback<void (const char *)> log_callback; 829typedef callback<void (const char *)> log_callback;
780typedef callback<int (int)> getfd_callback; 830typedef callback<int (int)> getfd_callback;
781 831
782#define SET_LOCALE(locale) rxvt_set_locale (locale) 832#define SET_LOCALE(locale) rxvt_set_locale (locale)
783extern bool rxvt_set_locale (const char *locale) NOTHROW; 833extern bool rxvt_set_locale (const char *locale) NOTHROW;
787/****************************************************************************/ 837/****************************************************************************/
788 838
789#define LINE_LONGER 0x0001 // line is continued on the next row 839#define LINE_LONGER 0x0001 // line is continued on the next row
790#define LINE_FILTERED 0x0002 // line has been filtered 840#define LINE_FILTERED 0x0002 // line has been filtered
791#define LINE_COMPRESSED 0x0004 // line has been compressed (NYI) 841#define LINE_COMPRESSED 0x0004 // line has been compressed (NYI)
842#define LINE_FILTER 0x0008 // line needs to be filtered before display (NYI)
843#define LINE_BIDI 0x0010 // line needs bidi (NYI)
792 844
793struct line_t { 845struct line_t {
794 text_t *t; // terminal the text 846 text_t *t; // terminal the text
795 rend_t *r; // rendition, uses RS_ flags 847 rend_t *r; // rendition, uses RS_ flags
796 tlen_t_ l; // length of each text line, LINE_CONT == continued on next line 848 tlen_t_ l; // length of each text line, LINE_CONT == continued on next line
907 rxvt_perl_term perl; 959 rxvt_perl_term perl;
908#endif 960#endif
909 struct mbstate mbstate; // current input multibyte state 961 struct mbstate mbstate; // current input multibyte state
910 962
911 unsigned char want_refresh:1, 963 unsigned char want_refresh:1,
912#ifdef TRANSPARENT 964#ifdef ENABLE_TRANSPARENCY
913 want_full_refresh:1, /* awaiting full screen refresh */ 965 want_full_refresh:1, /* awaiting full screen refresh */
914#endif
915#if defined(XPM_BACKGROUND) || defined(TRANSPARENT)
916 am_transparent:1, /* is a transparent term */
917 am_pixmap_trans:1, /* transparency w/known root pixmap */
918#endif 966#endif
919 current_screen:1, /* primary or secondary */ 967 current_screen:1, /* primary or secondary */
920 num_scr_allow:1, 968 num_scr_allow:1,
921 bypass_keystate:1, 969 bypass_keystate:1,
922#ifdef CURSOR_BLINK 970#ifdef CURSOR_BLINK
963 /* give proper Scroll behaviour */ 1011 /* give proper Scroll behaviour */
964#if defined(MOUSE_WHEEL) && defined(MOUSE_SLIP_WHEELING) 1012#if defined(MOUSE_WHEEL) && defined(MOUSE_SLIP_WHEELING)
965 mouse_slip_wheel_speed, 1013 mouse_slip_wheel_speed,
966#endif 1014#endif
967 refresh_count, 1015 refresh_count,
968 refresh_limit,
969 last_bot, /* scrollbar last bottom position */ 1016 last_bot, /* scrollbar last bottom position */
970 last_top, /* scrollbar last top position */ 1017 last_top, /* scrollbar last top position */
971 last_state, /* scrollbar last state */ 1018 last_state, /* scrollbar last state */
972 scrollbar_len, 1019 scrollbar_len,
973 window_vt_x, 1020 window_vt_x,
1029#endif 1076#endif
1030 struct mouse_event MEvent; 1077 struct mouse_event MEvent;
1031 XComposeStatus compose; 1078 XComposeStatus compose;
1032 ttymode_t tio; 1079 ttymode_t tio;
1033 row_col_t oldcursor; 1080 row_col_t oldcursor;
1034#ifdef XPM_BACKGROUND 1081#ifdef HAVE_BG_PIXMAP
1035 bgPixmap_t bgPixmap; 1082 bgPixmap_t bgPixmap;
1036 XpmAttributes xpmAttr; /* originally loaded pixmap and its scaling */ 1083#endif
1084#ifdef HAVE_AFTERIMAGE
1085 ASVisual *asv;
1086 ASImageManager *asimman;
1037#endif 1087#endif
1038 1088
1039#if ENABLE_OVERLAY 1089#if ENABLE_OVERLAY
1040 int ov_x, ov_y, ov_w, ov_h; // overlay dimensions 1090 int ov_x, ov_y, ov_w, ov_h; // overlay dimensions
1041 text_t **ov_text; 1091 text_t **ov_text;
1099 void vt_select_input () const NOTHROW 1149 void vt_select_input () const NOTHROW
1100 { 1150 {
1101 XSelectInput (dpy, vt, vt_emask | vt_emask_perl | vt_emask_xim); 1151 XSelectInput (dpy, vt, vt_emask | vt_emask_perl | vt_emask_xim);
1102 } 1152 }
1103 1153
1104#if TRANSPARENT 1154#if ENABLE_TRANSPARENCY || ENABLE_PERL
1105 void rootwin_cb (XEvent &xev); 1155 void rootwin_cb (XEvent &xev);
1106 xevent_watcher rootwin_ev; 1156 xevent_watcher rootwin_ev;
1157#endif
1158#ifdef HAVE_BG_PIXMAP
1159 int update_background ();
1160 void update_background_cb (time_watcher &w);
1161 time_watcher update_background_ev;
1107#endif 1162#endif
1108 1163
1109 void x_cb (XEvent &xev); 1164 void x_cb (XEvent &xev);
1110 void flush (); 1165 void flush ();
1111 xevent_watcher termwin_ev; 1166 xevent_watcher termwin_ev;
1171 bool pty_fill (); 1226 bool pty_fill ();
1172 1227
1173 void make_current () const // make this the "currently active" urxvt instance 1228 void make_current () const // make this the "currently active" urxvt instance
1174 { 1229 {
1175 SET_R (this); 1230 SET_R (this);
1231 set_environ (envv);
1176 rxvt_set_locale (locale); 1232 rxvt_set_locale (locale);
1177 set_environ (envv);
1178 } 1233 }
1179 1234
1180 void init_secondary (); 1235 void init_secondary ();
1181 const char **init_resources (int argc, const char *const *argv); 1236 const char **init_resources (int argc, const char *const *argv);
1182 const char *x_resource (const char *name); 1237 const char *x_resource (const char *name);
1229 void button_press (XButtonEvent &ev); 1284 void button_press (XButtonEvent &ev);
1230 void button_release (XButtonEvent &ev); 1285 void button_release (XButtonEvent &ev);
1231 void focus_in (); 1286 void focus_in ();
1232 void focus_out (); 1287 void focus_out ();
1233 void update_fade_color (unsigned int idx); 1288 void update_fade_color (unsigned int idx);
1234 int check_our_parents ();
1235#ifdef PRINTPIPE 1289#ifdef PRINTPIPE
1236 FILE *popen_printer (); 1290 FILE *popen_printer ();
1237 int pclose_printer (FILE *stream); 1291 int pclose_printer (FILE *stream);
1238#endif 1292#endif
1239 void process_print_pipe (); 1293 void process_print_pipe ();
1300 { 1354 {
1301 int base = GET_BASEFG (r); 1355 int base = GET_BASEFG (r);
1302#ifndef NO_BRIGHTCOLOR 1356#ifndef NO_BRIGHTCOLOR
1303 if (r & RS_Bold 1357 if (r & RS_Bold
1304# if ENABLE_STYLES 1358# if ENABLE_STYLES
1305 && OPTION (Opt_intensityStyles) 1359 && option (Opt_intensityStyles)
1306# endif 1360# endif
1307 && IN_RANGE_INC (base, minCOLOR, minBrightCOLOR)) 1361 && IN_RANGE_INC (base, minCOLOR, minBrightCOLOR))
1308 base += minBrightCOLOR - minCOLOR; 1362 base += minBrightCOLOR - minCOLOR;
1309#endif 1363#endif
1310 return base; 1364 return base;
1314 { 1368 {
1315 int base = GET_BASEBG (r); 1369 int base = GET_BASEBG (r);
1316#ifndef NO_BRIGHTCOLOR 1370#ifndef NO_BRIGHTCOLOR
1317 if (r & RS_Blink 1371 if (r & RS_Blink
1318# if ENABLE_STYLES 1372# if ENABLE_STYLES
1319 && OPTION (Opt_intensityStyles) 1373 && option (Opt_intensityStyles)
1320# endif 1374# endif
1321 && IN_RANGE_INC (base, minCOLOR, minBrightCOLOR)) 1375 && IN_RANGE_INC (base, minCOLOR, minBrightCOLOR))
1322 base += minBrightCOLOR - minCOLOR; 1376 base += minBrightCOLOR - minCOLOR;
1323#endif 1377#endif
1324 return base; 1378 return base;
1325 } 1379 }
1326 1380
1327 bool option (uint32_t opt) const NOTHROW 1381 bool option (uint8_t opt) const NOTHROW
1328 { 1382 {
1329 return OPTION (opt); 1383 return options[opt >> 3] & (1 << (opt & 7));
1330 } 1384 }
1331 1385
1332 void set_option (uint32_t opt, bool set) NOTHROW 1386 void set_option (uint8_t opt, bool set = true) NOTHROW
1333 { 1387 {
1334 if (set) 1388 if (set)
1335 options |= opt; 1389 options[opt >> 3] |= (1 << (opt & 7));
1336 else 1390 else
1337 options &= ~opt; 1391 options[opt >> 3] &= ~(1 << (opt & 7));
1392 }
1393
1394 void PrivMode (int set, unsigned bit) NOTHROW
1395 {
1396 if (set)
1397 priv_modes |= bit;
1398 else
1399 priv_modes &= ~bit;
1338 } 1400 }
1339 1401
1340 void scr_blank_line (line_t &l, unsigned int col, unsigned int width, rend_t efs) const NOTHROW; 1402 void scr_blank_line (line_t &l, unsigned int col, unsigned int width, rend_t efs) const NOTHROW;
1341 void scr_blank_screen_mem (line_t &l, rend_t efs) const NOTHROW; 1403 void scr_blank_screen_mem (line_t &l, rend_t efs) const NOTHROW;
1342 int scr_scroll_text (int row1, int row2, int count) NOTHROW; 1404 int scr_scroll_text (int row1, int row2, int count) NOTHROW;
1448 void get_options (int argc, const char *const *argv); 1510 void get_options (int argc, const char *const *argv);
1449 int parse_keysym (const char *str, const char *arg); 1511 int parse_keysym (const char *str, const char *arg);
1450 void get_xdefaults (FILE *stream, const char *name); 1512 void get_xdefaults (FILE *stream, const char *name);
1451 void extract_resources (); 1513 void extract_resources ();
1452 // xpm.C 1514 // xpm.C
1453 int scale_pixmap (const char *geom); 1515 void get_window_origin (int &x, int &y);
1454 void resize_pixmap (); 1516 Pixmap get_pixmap_property (int prop_id);
1455 Pixmap set_bgPixmap (const char *file);
1456}; 1517};
1457 1518
1458/*
1459 *****************************************************************************
1460 * PROTOTYPES
1461 *****************************************************************************
1462 */
1463#ifdef PROTOTYPES
1464# define __PROTO(p) p
1465#else
1466# define __PROTO(p) ()
1467#endif
1468
1469#endif /* _RXVT_H_ */ 1519#endif /* _RXVT_H_ */
1470 1520

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines