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

Comparing rxvt-unicode/src/init.C (file contents):
Revision 1.275 by sf-exg, Sat Aug 28 11:03:30 2010 UTC vs.
Revision 1.276 by sf-exg, Sat Aug 28 18:19:45 2010 UTC

1379 if (rs [Rs_iconfile]) 1379 if (rs [Rs_iconfile])
1380 { 1380 {
1381 init_asv (); 1381 init_asv ();
1382 1382
1383 ASImage *im = file2ASImage (rs [Rs_iconfile], 0xFFFFFFFF, SCREEN_GAMMA, 0, NULL); 1383 ASImage *im = file2ASImage (rs [Rs_iconfile], 0xFFFFFFFF, SCREEN_GAMMA, 0, NULL);
1384 if (asv && im) 1384 if (im)
1385 { 1385 {
1386 int w = im->width; 1386 int w = im->width;
1387 int h = im->height; 1387 int h = im->height;
1388 long *buffer = (long *)malloc ((2 + w * h) * sizeof (long)); 1388 long *buffer = (long *)malloc ((2 + w * h) * sizeof (long));
1389 ASImage *result = scale_asimage (asv, im, 1389 ASImage *result = scale_asimage (asv, im,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines