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.140 by root, Mon Jan 17 00:59:23 2005 UTC vs.
Revision 1.143 by root, Thu Feb 3 07:18:30 2005 UTC

563#ifdef HAVE_SCROLLBARS 563#ifdef HAVE_SCROLLBARS
564 Rs_scrollBar, 564 Rs_scrollBar,
565 Rs_scrollBar_right, 565 Rs_scrollBar_right,
566 Rs_scrollBar_floating, 566 Rs_scrollBar_floating,
567 Rs_scrollBar_align, 567 Rs_scrollBar_align,
568#endif
569 Rs_scrollstyle, /* Rs_scrollBar_style */ 568 Rs_scrollstyle, /* Rs_scrollBar_style */
569 Rs_scrollBar_thickness,
570#endif
570 Rs_scrollTtyOutput, 571 Rs_scrollTtyOutput,
571 Rs_scrollTtyKeypress, 572 Rs_scrollTtyKeypress,
572 Rs_scrollWithBuffer, 573 Rs_scrollWithBuffer,
573 Rs_saveLines, 574 Rs_saveLines,
574 Rs_utmpInhibit, 575 Rs_utmpInhibit,
603#if ENABLE_FRILLS 604#if ENABLE_FRILLS
604 Rs_ext_bwidth, 605 Rs_ext_bwidth,
605 Rs_int_bwidth, 606 Rs_int_bwidth,
606 Rs_borderLess, 607 Rs_borderLess,
607#endif 608#endif
608 Rs_scrollBar_thickness,
609#if ENABLE_FRILLS 609#if ENABLE_FRILLS
610 Rs_lineSpace, 610 Rs_lineSpace,
611#endif 611#endif
612 Rs_cutchars, 612 Rs_cutchars,
613 Rs_modifier, 613 Rs_modifier,
616 Rs_insecure, 616 Rs_insecure,
617 Rs_cursorBlink, 617 Rs_cursorBlink,
618 Rs_pointerBlank, 618 Rs_pointerBlank,
619 Rs_pointerBlankDelay, 619 Rs_pointerBlankDelay,
620 Rs_imLocale, 620 Rs_imLocale,
621 Rs_imFont,
621 Rs_pastableTabs, 622 Rs_pastableTabs,
622#ifndef NO_SECONDARY_SCREEN 623#ifndef NO_SECONDARY_SCREEN
623 Rs_secondaryScreen, 624 Rs_secondaryScreen,
624 Rs_secondaryScroll, 625 Rs_secondaryScroll,
625#endif 626#endif
1229 void rootwin_cb (XEvent &xev); 1230 void rootwin_cb (XEvent &xev);
1230 xevent_watcher rootwin_ev; 1231 xevent_watcher rootwin_ev;
1231#endif 1232#endif
1232 1233
1233 1234
1234 void sig_term (sig_watcher &w); sig_watcher sw_term; 1235 void sig_term (sig_watcher &w); sig_watcher sw_term, sw_int;
1235 void sig_chld (sig_watcher &w); sig_watcher sw_chld; 1236 void sig_chld (sig_watcher &w); sig_watcher sw_chld;
1236 1237
1237 void x_cb (XEvent &xev); 1238 void x_cb (XEvent &xev);
1238 xevent_watcher termwin_ev; 1239 xevent_watcher termwin_ev;
1239 xevent_watcher vt_ev; 1240 xevent_watcher vt_ev;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines