screencopy: Remove unnecessary lifetime
This commit is contained in:
parent
b52d84dbd3
commit
c10d400d70
1 changed files with 2 additions and 2 deletions
|
|
@ -146,10 +146,10 @@ pub fn render_session<F, R, T>(
|
|||
where
|
||||
R: ExportMem + Offscreen<T>,
|
||||
R::Error: FromGlesError,
|
||||
F: for<'d, 'f> FnOnce(
|
||||
F: for<'d> FnOnce(
|
||||
&WlBuffer,
|
||||
&mut R,
|
||||
Option<&mut R::Framebuffer<'f>>,
|
||||
Option<&mut R::Framebuffer<'_>>,
|
||||
&'d mut OutputDamageTracker,
|
||||
usize,
|
||||
Vec<Rectangle<i32, BufferCoords>>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue