--- rxvt-unicode/src/rxvt.h 2007/06/26 00:40:19 1.275 +++ rxvt-unicode/src/rxvt.h 2007/07/12 22:33:16 1.277 @@ -136,7 +136,6 @@ int rxvt_Str_escaped (char *str) NOTHROW; char ** rxvt_splitcommastring (const char *cs) NOTHROW; void rxvt_freecommastring (char **cs) NOTHROW; -char * rxvt_File_find (const char *file, const char *ext, const char *path) NOTHROW; ///////////////////////////////////////////////////////////////////////////// @@ -1023,6 +1022,10 @@ #ifdef XPM_BACKGROUND bgPixmap_t bgPixmap; #ifdef HAVE_AFTERIMAGE + struct ASVisual *asv; + /* to get libAfterImage to work with multiple displays we use that hack : */ + /* should not need that with libAfterImage version >= 1.15 */ +#define AFTERIMAGE_DPY_OP(_op) ({::dpy = dpy; _op;}) ASImageManager *asimman; ASImage *original_asim; struct { unsigned int width, height; } xpmAttr; /* all we need is width/height */