use valid mixmode in line draw
This commit is contained in:
parent
994172c931
commit
bc0f9e453c
@ -685,7 +685,7 @@ xrdp_painter_line(struct xrdp_painter* self,
|
|||||||
{
|
{
|
||||||
if (rect_intersect(&rect, &clip_rect, &draw_rect))
|
if (rect_intersect(&rect, &clip_rect, &draw_rect))
|
||||||
{
|
{
|
||||||
libxrdp_orders_line(self->session, 0, x1, y1, x2, y2,
|
libxrdp_orders_line(self->session, 1, x1, y1, x2, y2,
|
||||||
rop, self->bg_color,
|
rop, self->bg_color,
|
||||||
&self->pen, &draw_rect);
|
&self->pen, &draw_rect);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user