--- rxvt-unicode/src/rxvtimg.h 2012/06/03 18:14:13 1.6 +++ rxvt-unicode/src/rxvtimg.h 2012/06/03 20:34:25 1.7 @@ -41,6 +41,7 @@ rxvt_img *copy (); rxvt_img *scale (int new_width, int new_height); rxvt_img *transform (int new_width, int new_height, double matrix[16]); + rxvt_img *convert_to (XRenderPictFormat *format); }; #endif