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

Comparing rxvt-unicode/src/rxvtimg.C (file contents):
Revision 1.77 by root, Sun Jun 10 10:35:03 2012 UTC vs.
Revision 1.78 by sf-exg, Mon Jun 11 12:08:30 2012 UTC

561 0, h / (double)new_height, 0, 561 0, h / (double)new_height, 0,
562 0, 0, 1 562 0, 0, 1
563 }; 563 };
564 564
565 int old_repeat_mode = repeat; 565 int old_repeat_mode = repeat;
566 repeat = RepeatPad; // not right, but xrender can't proeprly scale it seems 566 repeat = RepeatPad; // not right, but xrender can't properly scale it seems
567 567
568 rxvt_img *img = transform (new_width, new_height, matrix); 568 rxvt_img *img = transform (new_width, new_height, matrix);
569 569
570 repeat = old_repeat_mode; 570 repeat = old_repeat_mode;
571 img->repeat = repeat; 571 img->repeat = repeat;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines