screencast: fix rendering of hw cursor on scaled/transformed outputs
This commit is contained in:
parent
13f54ff2de
commit
b861af9675
3 changed files with 16 additions and 7 deletions
|
|
@ -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(_) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue