--- rxvt-unicode/src/rsinc.h 2006/01/18 19:43:51 1.9 +++ rxvt-unicode/src/rsinc.h 2007/06/18 12:53:26 1.18 @@ -1,4 +1,4 @@ -// all resource indices, used by rxvt.h anf rxvtperl.xs +// all resource indices, used by rxvt.h and rxvtperl.xs def (display_name) def (term_name) @@ -6,7 +6,7 @@ def (geometry) def (reverseVideo) def (color) - reserve (color, NRS_COLORS) + reserve (color, TOTAL_COLORS) def (font) #if ENABLE_STYLES def (boldFont) @@ -22,6 +22,7 @@ #endif def (loginShell) def (jumpScroll) + def (skipScroll) #ifdef HAVE_SCROLLBARS def (scrollBar) def (scrollBar_right) @@ -61,7 +62,9 @@ #endif #ifdef TRANSPARENT def (transparent) - def (transparent_all) +#endif +#if XFT + def (depth) #endif #if ENABLE_FRILLS def (transient_for) @@ -74,6 +77,7 @@ def (lineSpace) def (cursorUnderline) def (skipBuiltinGlyphs) + def (urgentOnBell) #endif #if CURSOR_BLINK def (cursorBlink) @@ -107,3 +111,10 @@ def (perl_ext_2) def (perl_lib) #endif +#if ISO_14755 + def (iso14755_52) +#endif +#ifdef HAVE_AFTERIMAGE + def (blendtype) + def (blurradius) +#endif