ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/rxvt-unicode/src/rxvt.h
(Generate patch)

Comparing cvsroot/rxvt-unicode/src/rxvt.h (file contents):
Revision 1.159 by root, Fri Aug 5 16:42:44 2005 UTC vs.
Revision 1.161 by root, Wed Nov 30 21:05:39 2005 UTC

491 URxvt_view_down = 721, 491 URxvt_view_down = 721,
492}; 492};
493 493
494/* Words starting with `Color_' are colours. Others are counts */ 494/* Words starting with `Color_' are colours. Others are counts */
495/* 495/*
496 * The following comment is mostly obsolete since pixcolor_set was expanded:
497 * We're currently upto 29 colours. Only 3 more available. The
498 * PixColor and rendition colour usage should probably be decoupled 496 * The PixColor and rendition colour usage should probably be decoupled
499 * on the unnecessary items, e.g. Color_pointer, but won't bother 497 * on the unnecessary items, e.g. Color_pointer, but won't bother
500 * until we need to. Also, be aware of usage in pixcolor_set 498 * until we need to. Also, be aware of usage in pixcolor_set
501 */ 499 */
502 500
503enum colour_list { 501enum colour_list {
552 Color_scroll, 550 Color_scroll,
553 Color_trough, 551 Color_trough,
554#endif 552#endif
555#if TINTING 553#if TINTING
556 Color_tint, 554 Color_tint,
555#endif
556#if OFF_FOCUS_FADING
557 Color_fade,
557#endif 558#endif
558 NRS_COLORS, /* */ 559 NRS_COLORS, /* */
559#ifdef KEEP_SCROLLCOLOR 560#ifdef KEEP_SCROLLCOLOR
560 Color_topShadow = NRS_COLORS, 561 Color_topShadow = NRS_COLORS,
561 Color_bottomShadow, 562 Color_bottomShadow,
1277 1278
1278#if TRANSPARENT 1279#if TRANSPARENT
1279 void rootwin_cb (XEvent &xev); 1280 void rootwin_cb (XEvent &xev);
1280 xevent_watcher rootwin_ev; 1281 xevent_watcher rootwin_ev;
1281#endif 1282#endif
1282
1283
1284 void sig_term (sig_watcher &w); sig_watcher sw_term, sw_int;
1285 void sig_chld (sig_watcher &w); sig_watcher sw_chld;
1286 1283
1287 void x_cb (XEvent &xev); 1284 void x_cb (XEvent &xev);
1288 xevent_watcher termwin_ev; 1285 xevent_watcher termwin_ev;
1289 xevent_watcher vt_ev; 1286 xevent_watcher vt_ev;
1290#ifdef HAVE_SCROLLBARS 1287#ifdef HAVE_SCROLLBARS

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines