--- rxvt-unicode/src/rxvt.h 2012/01/09 21:12:08 1.464 +++ rxvt-unicode/src/rxvt.h 2012/01/19 13:33:43 1.466 @@ -1,17 +1,17 @@ #ifndef RXVT_H_ /* include once only */ #define RXVT_H_ -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include #ifdef HAVE_STDINT_H #include #endif #include #include -#include +#include #include #ifdef HAVE_SYS_IOCTL_H #include @@ -20,9 +20,7 @@ #include #endif -#if HAVE_CWCHAR -# include -#elif HAVE_WCHAR_H +#if HAVE_WCHAR_H # include #else // stdlib.h might provide it @@ -1161,7 +1159,7 @@ bool bg_set_shade (const char *shade_str); bool bg_set_blur (const char *geom); - bool blur_pixmap (Pixmap pixmap, Visual *visual, int width, int height); + bool blur_pixmap (Pixmap pixmap, Visual *visual, int width, int height, int depth); bool tint_pixmap (Pixmap pixmap, Visual *visual, int width, int height); void tint_ximage (Visual *visual, XImage *ximage); unsigned long make_transparency_pixmap ();