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.279 by sf-exg, Sun Aug 29 15:05:08 2010 UTC vs.
Revision 1.280 by sf-exg, Sun Aug 29 17:58:54 2010 UTC

1295 } 1295 }
1296 1296
1297 int w = im->width; 1297 int w = im->width;
1298 int h = im->height; 1298 int h = im->height;
1299 1299
1300 if (!IN_RANGE_INC (w, 1, 32767) || !IN_RANGE_INC (h, 1, 32767)) 1300 if (!IN_RANGE_INC (w, 1, 16383) || !IN_RANGE_INC (h, 1, 16383))
1301 { 1301 {
1302 rxvt_warn ("Icon image too big, continuing without.\n"); 1302 rxvt_warn ("Icon image too big, continuing without.\n");
1303 destroy_asimage (&im); 1303 destroy_asimage (&im);
1304 return; 1304 return;
1305 } 1305 }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines