use memory for system cursor
smithay only considers memory based cursor elements for scan-out on a cursor plane.
This commit is contained in:
parent
d1aac380ff
commit
e74b0dfaaa
2 changed files with 21 additions and 35 deletions
|
|
@ -909,7 +909,7 @@ pub fn render_workspace_to_buffer(
|
|||
}
|
||||
|
||||
smithay::render_elements! {
|
||||
pub WindowCaptureElement<R> where R: ImportAll;
|
||||
pub WindowCaptureElement<R> where R: ImportAll + ImportMem;
|
||||
WaylandElement=WaylandSurfaceRenderElement<R>,
|
||||
CursorElement=cursor::CursorRenderElement<R>,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue