--- rxvt-unicode/src/rsinc.h 2006/01/30 20:12:37 1.11 +++ rxvt-unicode/src/rsinc.h 2007/11/24 10:32:33 1.22 @@ -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) @@ -16,12 +16,13 @@ #endif def (name) def (title) -#ifdef XPM_BACKGROUND +#ifdef BG_IMAGE_FROM_FILE def (path) def (backgroundPixmap) #endif def (loginShell) def (jumpScroll) + def (skipScroll) #ifdef HAVE_SCROLLBARS def (scrollBar) def (scrollBar_right) @@ -59,9 +60,9 @@ def (preeditType) def (inputMethod) #endif -#ifdef TRANSPARENT +#ifdef ENABLE_TRANSPARENCY def (transparent) - def (transparent_all) + def (shade) #endif #if XFT def (depth) @@ -76,6 +77,9 @@ def (borderLess) def (lineSpace) def (cursorUnderline) + def (urgentOnBell) +#endif +#ifdef BUILTIN_GLYPHS def (skipBuiltinGlyphs) #endif #if CURSOR_BLINK @@ -101,12 +105,16 @@ #ifdef OFF_FOCUS_FADING def (fade) #endif -#ifdef TINTING - def (shade) -#endif #if ENABLE_PERL def (perl_eval) def (perl_ext_1) def (perl_ext_2) def (perl_lib) #endif +#if ISO_14755 + def (iso14755_52) +#endif +#ifdef HAVE_AFTERIMAGE + def (blendtype) + def (blurradius) +#endif