--- rxvt-unicode/src/command.C 2012/04/13 09:23:58 1.508 +++ rxvt-unicode/src/command.C 2012/05/17 10:18:32 1.509 @@ -3455,8 +3455,8 @@ char str[256]; sprintf (str, "[%dx%d+%d+%d]", - min (h_scale, 32767), min (v_scale, 32767), - min (h_align, 32767), min (v_align, 32767)); + min (bg_image.h_scale, 32767), min (bg_image.v_scale, 32767), + min (bg_image.h_align, 32767), min (bg_image.v_align, 32767)); process_xterm_seq (XTerm_title, str, CHAR_ST); } else @@ -3465,13 +3465,13 @@ if (*str != ';') { - if (bg_set_file (str)) /* change pixmap */ + if (bg_image.set_file (str)) /* change pixmap */ changed = true; } else { str++; - if (bg_set_geometry (str, true)) + if (bg_image.set_geometry (str, true)) changed = true; }