screenblt must always copy from default layer to target, not target to target
This commit is contained in:
parent
024a732c8d
commit
b32a2cce22
@ -395,7 +395,7 @@ void guac_rdp_ui_screenblt(rdpInst* inst, uint8 opcode, int x, int y, int cx, in
|
|||||||
GUACIO* io = client->io;
|
GUACIO* io = client->io;
|
||||||
|
|
||||||
guac_send_copy(io,
|
guac_send_copy(io,
|
||||||
(guac_layer*) current_surface, srcx, srcy, cx, cy,
|
GUAC_DEFAULT_LAYER, srcx, srcy, cx, cy,
|
||||||
GUAC_COMP_OVER, current_surface, x, y);
|
GUAC_COMP_OVER, current_surface, x, y);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user