Update to latest Smithay version
This commit is contained in:
parent
c91d3fe77b
commit
f2342f56c1
17 changed files with 228 additions and 123 deletions
|
|
@ -22,7 +22,7 @@ use smithay::{
|
|||
},
|
||||
},
|
||||
},
|
||||
xwayland::{X11Wm, XWaylandClientData},
|
||||
xwayland::XWaylandClientData,
|
||||
};
|
||||
use std::sync::Mutex;
|
||||
|
||||
|
|
@ -134,7 +134,6 @@ impl CompositorHandler for State {
|
|||
}
|
||||
|
||||
fn commit(&mut self, surface: &WlSurface) {
|
||||
X11Wm::commit_hook::<State>(self, surface);
|
||||
// first load the buffer for various smithay helper functions (which also initializes the RendererSurfaceState)
|
||||
on_commit_buffer_handler::<Self>(surface);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue