--- rxvt-unicode/src/rsinc.h 2006/01/04 02:37:30 1.4 +++ rxvt-unicode/src/rsinc.h 2010/08/30 09:25:32 1.30 @@ -1,12 +1,13 @@ -// 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) def (iconName) def (geometry) def (reverseVideo) + def (chdir) def (color) - reserve (color, NRS_COLORS) + reserve (color, TOTAL_COLORS) def (font) #if ENABLE_STYLES def (boldFont) @@ -16,25 +17,19 @@ #endif def (name) def (title) -#if defined (XPM_BACKGROUND) || (MENUBAR_MAX) +#ifdef BG_IMAGE_FROM_FILE def (path) -#endif -#ifdef XPM_BACKGROUND def (backgroundPixmap) #endif -#if (MENUBAR_MAX) - def (menu) -#endif def (loginShell) def (jumpScroll) -#ifdef HAVE_SCROLLBARS + def (skipScroll) def (scrollBar) def (scrollBar_right) def (scrollBar_floating) def (scrollBar_align) def (scrollstyle) def (scrollBar_thickness) -#endif def (scrollTtyOutput) def (scrollTtyKeypress) def (scrollWithBuffer) @@ -56,7 +51,6 @@ #ifndef NO_DELETE_KEY def (delete_key) #endif - def (selectstyle) #ifdef PRINTPIPE def (print_pipe) #endif @@ -64,18 +58,29 @@ def (preeditType) def (inputMethod) #endif -#ifdef TRANSPARENT +#ifdef ENABLE_TRANSPARENCY def (transparent) - def (transparent_all) + def (shade) +#endif +#if XFT + def (depth) + def (buffered) #endif #if ENABLE_FRILLS + def (transient_for) + def (override_redirect) def (pty_fd) def (hold) def (ext_bwidth) def (int_bwidth) def (borderLess) def (lineSpace) + def (letterSpace) def (cursorUnderline) + def (urgentOnBell) +#endif +#ifdef BUILTIN_GLYPHS + def (skipBuiltinGlyphs) #endif #if CURSOR_BLINK def (cursorBlink) @@ -100,11 +105,20 @@ #ifdef OFF_FOCUS_FADING def (fade) #endif -#ifdef TINTING - def (shade) -#endif #if ENABLE_PERL def (perl_eval) - def (perl_ext) + def (perl_ext_1) + def (perl_ext_2) def (perl_lib) #endif +#if ISO_14755 + def (iso14755) + def (iso14755_52) +#endif +#ifdef HAVE_AFTERIMAGE + def (blendtype) + def (blurradius) +#endif +#ifdef ENABLE_EWMH + def (iconfile) +#endif