--- rxvt-unicode/src/rsinc.h 2006/01/18 19:43:51 1.9 +++ rxvt-unicode/src/rsinc.h 2012/12/29 14:23:35 1.35 @@ -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,20 +17,19 @@ #endif def (name) def (title) -#ifdef XPM_BACKGROUND +#if BG_IMAGE_FROM_FILE def (path) def (backgroundPixmap) #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) @@ -51,19 +51,24 @@ #ifndef NO_DELETE_KEY def (delete_key) #endif - def (selectstyle) #ifdef PRINTPIPE def (print_pipe) #endif -#ifdef USE_XIM +#if USE_XIM def (preeditType) def (inputMethod) #endif -#ifdef TRANSPARENT +#if BG_IMAGE_FROM_ROOT def (transparent) - def (transparent_all) + def (shade) + def (blurradius) +#endif +#if XFT + def (buffered) #endif #if ENABLE_FRILLS + def (depth) + def (visual) def (transient_for) def (override_redirect) def (pty_fd) @@ -72,7 +77,11 @@ def (int_bwidth) def (borderLess) def (lineSpace) + def (letterSpace) def (cursorUnderline) + def (urgentOnBell) +#endif +#if BUILTIN_GLYPHS def (skipBuiltinGlyphs) #endif #if CURSOR_BLINK @@ -95,15 +104,19 @@ def (secondaryScreen) def (secondaryScroll) #endif -#ifdef OFF_FOCUS_FADING +#if 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) + def (iso14755_52) +#endif +#if ENABLE_EWMH + def (iconfile) +#endif