turn off subtract region for now
This commit is contained in:
parent
8449ac4b55
commit
172a8b9f17
@ -524,7 +524,7 @@ draw_item_pack(PixmapPtr pix, rdpPixmapRec *priv)
|
|||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
#if 1
|
#if 0
|
||||||
|
|
||||||
/* subtract regions */
|
/* subtract regions */
|
||||||
if (priv->draw_item_tail != 0)
|
if (priv->draw_item_tail != 0)
|
||||||
@ -559,6 +559,7 @@ draw_item_pack(PixmapPtr pix, rdpPixmapRec *priv)
|
|||||||
|
|
||||||
#endif
|
#endif
|
||||||
#if 1
|
#if 1
|
||||||
|
|
||||||
/* remove draw items with empty regions */
|
/* remove draw items with empty regions */
|
||||||
di = priv->draw_item_head;
|
di = priv->draw_item_head;
|
||||||
di_prev = 0;
|
di_prev = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user