ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/command.C
(Generate patch)

Comparing rxvt-unicode/src/command.C (file contents):
Revision 1.492 by sf-exg, Sun Aug 21 20:13:58 2011 UTC vs.
Revision 1.493 by sf-exg, Sun Aug 21 20:17:40 2011 UTC

3448 min (h_align, 32767), min (v_align, 32767)); 3448 min (h_align, 32767), min (v_align, 32767));
3449 process_xterm_seq (XTerm_title, str, CHAR_ST); 3449 process_xterm_seq (XTerm_title, str, CHAR_ST);
3450 } 3450 }
3451 else 3451 else
3452 { 3452 {
3453 int changed = 0; 3453 bool changed = false;
3454 3454
3455 if (*str != ';') 3455 if (*str != ';')
3456 { 3456 {
3457 if (bg_set_file (str)) /* change pixmap */ 3457 if (bg_set_file (str)) /* change pixmap */
3458 {
3459 changed++; 3458 changed = true;
3460 }
3461 } 3459 }
3462 else 3460 else
3463 { 3461 {
3464 str++; 3462 str++;
3465 if (bg_set_geometry (str, true)) 3463 if (bg_set_geometry (str, true))
3466 changed++; 3464 changed = true;
3467 } 3465 }
3468 3466
3469 if (changed) 3467 if (changed)
3470 { 3468 {
3471 if (bg_window_position_sensitive ()) 3469 if (bg_window_position_sensitive ())

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines