--- rxvt-unicode/src/rxvt.h 2004/07/26 18:01:19 1.78 +++ rxvt-unicode/src/rxvt.h 2004/07/30 22:36:42 1.83 @@ -556,6 +556,12 @@ #ifndef NO_BOLD_UNDERLINE_REVERSE Rs_realBold, #endif +#ifdef OFF_FOCUS_FADING + Rs_fade, +#endif +#ifdef TINTING + Rs_shade, +#endif NUM_RESOURCES }; @@ -1155,8 +1161,8 @@ #ifdef POINTER_BLANK void pointer_cb (time_watcher &w); time_watcher pointer_ev; void pointer_blank (); - void pointer_unblank (); #endif + void pointer_unblank (); void tt_printf (const char *fmt,...); void tt_write (const unsigned char *data, unsigned int len);