1
0
Fork 0
forked from wry/wry

screencast: fix rendering of hw cursor on scaled/transformed outputs

This commit is contained in:
Julian Orth 2024-09-21 12:07:04 +02:00
parent 13f54ff2de
commit b861af9675
3 changed files with 16 additions and 7 deletions

View file

@ -333,12 +333,14 @@ impl JayScreencast {
&buffer.fb,
AcquireSync::Implicit,
ReleaseSync::Implicit,
Transform::None,
on.global.pos.get(),
render_hardware_cursors,
x_off,
y_off,
size,
on.global.persistent.transform.get(),
on.global.persistent.scale.get(),
);
match res {
Ok(_) => {