--- rxvt-unicode/src/rxvtimg.h 2014/05/22 18:54:33 1.50 +++ rxvt-unicode/src/rxvtimg.h 2017/07/15 08:16:31 1.51 @@ -47,13 +47,14 @@ } }; - rxvt_screen *s; + rxvt_display *d; Pixmap pm; pixref *ref; // shared refcnt int x, y, w, h, repeat; XRenderPictFormat *format; rxvt_img (rxvt_screen *screen, XRenderPictFormat *format, int x, int y, int width, int height, int repeat = RepeatNormal); + rxvt_img (rxvt_display *display, XRenderPictFormat *format, int x, int y, int width, int height, int repeat = RepeatNormal); rxvt_img (const rxvt_img &img); void alloc ();