Remove unnecessary lifetimes
This commit is contained in:
parent
09b34bb40e
commit
52ad30c264
11 changed files with 30 additions and 42 deletions
|
|
@ -1329,7 +1329,7 @@ impl SurfaceThreadState {
|
|||
}
|
||||
}
|
||||
|
||||
fn source_node_for_surface<'a>(w: &WlSurface) -> Option<DrmNode> {
|
||||
fn source_node_for_surface(w: &WlSurface) -> Option<DrmNode> {
|
||||
with_renderer_surface_state(w, |state| {
|
||||
state
|
||||
.buffer()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue