--- rxvt-unicode/src/rsinc.h 2007/08/03 23:32:14 1.20 +++ rxvt-unicode/src/rsinc.h 2009/05/30 08:51:23 1.28 @@ -5,6 +5,7 @@ def (iconName) def (geometry) def (reverseVideo) + def (chdir) def (color) reserve (color, TOTAL_COLORS) def (font) @@ -16,21 +17,19 @@ #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) def (scrollBar_floating) def (scrollBar_align) def (scrollstyle) def (scrollBar_thickness) -#endif def (scrollTtyOutput) def (scrollTtyKeypress) def (scrollWithBuffer) @@ -52,7 +51,6 @@ #ifndef NO_DELETE_KEY def (delete_key) #endif - def (selectstyle) #ifdef PRINTPIPE def (print_pipe) #endif @@ -66,6 +64,7 @@ #endif #if XFT def (depth) + def (buffered) #endif #if ENABLE_FRILLS def (transient_for) @@ -76,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 @@ -115,4 +117,5 @@ #ifdef HAVE_AFTERIMAGE def (blendtype) def (blurradius) + def (iconfile) #endif