--- rxvt-unicode/src/feature.h 2006/01/31 21:35:39 1.47 +++ rxvt-unicode/src/feature.h 2006/03/11 00:12:37 1.50 @@ -61,6 +61,13 @@ */ /* + * Forcefully disable double-buffering for xft. On some card/driver combination + * enabling it slightly decreases performance, on most it greatly helps it. + * The slowdown is small, so it should normally be enabled. + */ +/* #define FORCE_UNBUFFERED_XFT */ + +/* * The cursor blink interval, in seconds. */ #define CURSOR_BLINK_INTERVAL 0.5 @@ -136,7 +143,7 @@ * Define to remove support for XCopyArea () support. XCopyArea () is useful * for scrolling on non-local X displays */ -#undef NO_SLOW_LINK_SUPPORT +#define NO_SLOW_LINK_SUPPORT /* * Printer pipe which will be used for emulation of attached vt100 printer