зеркало из https://github.com/mozilla/gecko-dev.git
(Checkin for Roland.Mainz@informatik.med.uni-giessen.de). Bug 127520 "Large pictures print corrupted", r=db48x, sr=attinasi
This commit is contained in:
Родитель
b25f8d8f9b
Коммит
f8c2254863
|
@ -3913,7 +3913,7 @@ xxlib_draw_xprint_scaled_rgb_image( XlibRgbHandle *handle,
|
|||
int rowstride)
|
||||
{
|
||||
long available = ((65536 < handle->max_request_size) ?
|
||||
(65536 << 2):(handle->max_request_size << 2))
|
||||
(65536 << 1):(handle->max_request_size << 1))
|
||||
- 512 /* SIZEOF(xPutImageReq) */;
|
||||
|
||||
if (image_resolution == 0)
|
||||
|
@ -3935,8 +3935,8 @@ xxlib_draw_xprint_scaled_rgb_image( XlibRgbHandle *handle,
|
|||
|
||||
#ifdef DEBUG
|
||||
printf("xxlib_draw_xprint_scaled_rgb_image: "
|
||||
"splitting image x=%d, y=%d, width=%d, height=%d, subimageheight=%d, scaling_factor=%g\n",
|
||||
x, y, width, height, subimageheight, scaling_factor);
|
||||
"splitting image x=%d, y=%d, width=%d, height=%d, subimageheight=%d, scaling_factor=%g, max_request_size=%ld, available=%ld\n",
|
||||
x, y, width, height, subimageheight, scaling_factor, (long)handle->max_request_size, (long)available);
|
||||
#endif /* DEBUG */
|
||||
|
||||
if (subimageheight == 0)
|
||||
|
|
Загрузка…
Ссылка в новой задаче