MX360: no pixel reorder at high dpi

merge-requests/1/head
Rolf Bensch 2012-02-21 21:24:09 +01:00
rodzic a6195d4614
commit 9513986d96
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -1048,8 +1048,8 @@ post_process_image_data (pixma_t * s, pixma_imagebuf_t * ib)
mp->shift, mp->stripe_shift);
/* special image format for *most* devices at high dpi.
* MP220 is a gen3 exception */
if (s->cfg->pid != MP220_PID && n > 0)
* MP220 and MX360 are exceptions */
if (s->cfg->pid != MP220_PID && s->cfg->pid != MX360_PID && n > 0)
reorder_pixels (mp->linebuf, sptr, c, n, m, s->param->wx, line_size);
/* Crop line to selected borders */