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.78 by root, Mon Jul 26 18:01:19 2004 UTC vs.
Revision 1.83 by root, Fri Jul 30 22:36:42 2004 UTC

554 Rs_secondaryScroll, 554 Rs_secondaryScroll,
555#endif 555#endif
556#ifndef NO_BOLD_UNDERLINE_REVERSE 556#ifndef NO_BOLD_UNDERLINE_REVERSE
557 Rs_realBold, 557 Rs_realBold,
558#endif 558#endif
559#ifdef OFF_FOCUS_FADING
560 Rs_fade,
561#endif
562#ifdef TINTING
563 Rs_shade,
564#endif
559 NUM_RESOURCES 565 NUM_RESOURCES
560}; 566};
561 567
562// see init.C:xa_names, which must be kept in sync 568// see init.C:xa_names, which must be kept in sync
563enum { 569enum {
1153#endif 1159#endif
1154 1160
1155#ifdef POINTER_BLANK 1161#ifdef POINTER_BLANK
1156 void pointer_cb (time_watcher &w); time_watcher pointer_ev; 1162 void pointer_cb (time_watcher &w); time_watcher pointer_ev;
1157 void pointer_blank (); 1163 void pointer_blank ();
1164#endif
1158 void pointer_unblank (); 1165 void pointer_unblank ();
1159#endif
1160 1166
1161 void tt_printf (const char *fmt,...); 1167 void tt_printf (const char *fmt,...);
1162 void tt_write (const unsigned char *data, unsigned int len); 1168 void tt_write (const unsigned char *data, unsigned int len);
1163 1169
1164 void tt_winch (); 1170 void tt_winch ();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines