--- rxvt-unicode/src/rxvtimg.h 2012/06/03 10:01:32 1.2 +++ rxvt-unicode/src/rxvtimg.h 2012/06/03 10:14:44 1.3 @@ -17,11 +17,9 @@ XRenderPictFormat *format; rxvt_img (rxvt_screen *screen, XRenderPictFormat *format, int width, int height); - rxvt_img (rxvt_screen *screen, Pixmap *pixmap, XRenderPictFormat *format, int width, int height); + rxvt_img (rxvt_screen *screen, XRenderPictFormat *format, int width, int height, Pixmap pixmap); ~rxvt_img (); - void render (GdkPixbuf *pixbuf, int src_x, int src_y, int width, int height, int dst_x, int dst_y); - Pixmap steal () { Pixmap res = pm; @@ -34,6 +32,7 @@ void blur (int rh, int rv); void brightness (double r, double g, double b, double a = 1.); void contrast (double r, double g, double b, double a = 1.); + void render (GdkPixbuf *pixbuf, int src_x, int src_y, int width, int height, int dst_x, int dst_y); // copy rxvt_img *copy ();