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.340 by sasha, Fri Aug 3 22:40:10 2007 UTC vs.
Revision 1.342 by ayin, Fri Aug 3 23:32:14 2007 UTC

1484 1484
1485 if (szHint.width != ev.xconfigure.width || szHint.height != ev.xconfigure.height) 1485 if (szHint.width != ev.xconfigure.width || szHint.height != ev.xconfigure.height)
1486 { 1486 {
1487 seen_resize = 1; 1487 seen_resize = 1;
1488 resize_all_windows (ev.xconfigure.width, ev.xconfigure.height, 1); 1488 resize_all_windows (ev.xconfigure.width, ev.xconfigure.height, 1);
1489#ifdef HAVE_BG_PIXMAP 1489#ifdef XPM_BACKGROUND
1490 /* TODO: replace with update_pixmap() that should unify transparency and bg image handling ! */ 1490 /* TODO: replace with update_pixmap() that should unify transparency and bg image handling ! */
1491 if (!option (Opt_transparent) && bgPixmap.window_size_sensitive ()) 1491 if (!option (Opt_transparent) && bgPixmap.window_size_sensitive ())
1492 { 1492 {
1493 resize_pixmap (); 1493 resize_pixmap ();
1494 scr_touch (true); 1494 scr_touch (true);
3432 break; 3432 break;
3433 case URxvt_Color_IT: 3433 case URxvt_Color_IT:
3434 process_color_seq (op, Color_IT, str, resp); 3434 process_color_seq (op, Color_IT, str, resp);
3435 break; 3435 break;
3436#endif 3436#endif
3437#if ENABLE_TRANSPARENCY && TINTING 3437#if ENABLE_TRANSPARENCY
3438 case URxvt_Color_tint: 3438 case URxvt_Color_tint:
3439 process_color_seq (op, Color_tint, str, resp); 3439 process_color_seq (op, Color_tint, str, resp);
3440 3440
3441 check_our_parents (); 3441 check_our_parents ();
3442 3442

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines