--- rxvt-unicode/src/rsinc.h 2007/06/09 09:05:38 1.16 +++ rxvt-unicode/src/rsinc.h 2010/08/30 09:25:32 1.30 @@ -5,6 +5,7 @@ def (iconName) def (geometry) def (reverseVideo) + def (chdir) def (color) reserve (color, TOTAL_COLORS) def (font) @@ -16,20 +17,19 @@ #endif def (name) def (title) -#ifdef XPM_BACKGROUND +#ifdef 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,7 +51,6 @@ #ifndef NO_DELETE_KEY def (delete_key) #endif - def (selectstyle) #ifdef PRINTPIPE def (print_pipe) #endif @@ -59,12 +58,13 @@ 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) @@ -75,10 +75,13 @@ def (int_bwidth) def (borderLess) def (lineSpace) + def (letterSpace) def (cursorUnderline) - def (skipBuiltinGlyphs) def (urgentOnBell) #endif +#ifdef BUILTIN_GLYPHS + def (skipBuiltinGlyphs) +#endif #if CURSOR_BLINK def (cursorBlink) #endif @@ -102,9 +105,6 @@ #ifdef OFF_FOCUS_FADING def (fade) #endif -#ifdef TINTING - def (shade) -#endif #if ENABLE_PERL def (perl_eval) def (perl_ext_1) @@ -112,9 +112,13 @@ 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