--- rxvt-unicode/src/rxvtimg.h 2012/06/04 15:53:12 1.9 +++ rxvt-unicode/src/rxvtimg.h 2012/06/05 13:39:26 1.11 @@ -40,8 +40,10 @@ // copy rxvt_img *clone (); + rxvt_img *sub_rect (int x, int y, int width, int height, int repeat = RepeatNormal); + rxvt_img *transform (int new_width, int new_height, double matrix[9], int repeat = RepeatNormal); rxvt_img *scale (int new_width, int new_height); - rxvt_img *transform (int new_width, int new_height, int repeat, double matrix[9]); + rxvt_img *rotate (int new_width, int new_height, int x, int y, double phi, int repeat = RepeatNormal); rxvt_img *convert_to (XRenderPictFormat *format); };