--- rxvt-unicode/src/rxvt.h 2012/05/31 05:53:46 1.491 +++ rxvt-unicode/src/rxvt.h 2012/05/31 20:23:51 1.493 @@ -1196,7 +1196,6 @@ BG_HAS_RENDER = 1 << 3, BG_HAS_RENDER_CONV = 1 << 4, - BG_CLIENT_RENDER = 1 << 5, }; uint8_t bg_flags; @@ -1222,7 +1221,7 @@ bg_flags |= BG_IS_TRANSPARENT; } void bg_set_root_pixmap (); - bool make_transparency_pixmap (); + bool render_root_image (); # endif bool blur_pixmap (Pixmap pixmap, int width, int height, bool argb, int h_blurRadius, int v_blurRadius);