chore: Update smithay with Dispatch2
This commit is contained in:
parent
b5186ef21a
commit
4106904a7e
46 changed files with 59 additions and 234 deletions
|
|
@ -1,10 +1,7 @@
|
|||
// SPDX-License-Identifier: GPL-3.0-only
|
||||
|
||||
use crate::state::{BackendData, State};
|
||||
use smithay::{
|
||||
delegate_drm_syncobj,
|
||||
wayland::drm_syncobj::{DrmSyncobjHandler, DrmSyncobjState},
|
||||
};
|
||||
use smithay::wayland::drm_syncobj::{DrmSyncobjHandler, DrmSyncobjState};
|
||||
|
||||
impl DrmSyncobjHandler for State {
|
||||
fn drm_syncobj_state(&mut self) -> Option<&mut DrmSyncobjState> {
|
||||
|
|
@ -15,5 +12,3 @@ impl DrmSyncobjHandler for State {
|
|||
kms.syncobj_state.as_mut()
|
||||
}
|
||||
}
|
||||
|
||||
delegate_drm_syncobj!(State);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue