all: syncobj is one word
This commit is contained in:
parent
949ff558fd
commit
7a891a6131
20 changed files with 199 additions and 199 deletions
|
|
@ -78,7 +78,7 @@ use {
|
|||
tri::Try,
|
||||
},
|
||||
version::VERSION,
|
||||
video::drm::wait_for_sync_obj::WaitForSyncObj,
|
||||
video::drm::wait_for_syncobj::WaitForSyncobj,
|
||||
wheel::{Wheel, WheelError},
|
||||
},
|
||||
ahash::AHashSet,
|
||||
|
|
@ -318,7 +318,7 @@ fn start_compositor2(
|
|||
double_click_distance: Cell::new(5),
|
||||
create_default_seat: Cell::new(true),
|
||||
subsurface_ids: Default::default(),
|
||||
wait_for_sync_obj: Rc::new(WaitForSyncObj::new(&ring, &engine)),
|
||||
wait_for_syncobj: Rc::new(WaitForSyncobj::new(&ring, &engine)),
|
||||
explicit_sync_enabled: Cell::new(true),
|
||||
explicit_sync_supported: Default::default(),
|
||||
keyboard_state_ids: Default::default(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue