--- rxvt-unicode/src/rxvtimg.h 2012/06/14 18:19:11 1.36 +++ rxvt-unicode/src/rxvtimg.h 2012/06/14 18:59:39 1.37 @@ -14,7 +14,7 @@ class rxvt_img { void destroy (); - Picture src_picture (); + Picture picture (); public: typedef double nv; @@ -93,6 +93,8 @@ float_to_component (a)); } + void draw (rxvt_img *img, int op = PictOpSrc, nv mask = 1.); + // copy rxvt_img *reify (); // make x, y 0, make real width/height rxvt_img *blur (int rh, int rv);