subsurface: change default mode to sync
This commit is contained in:
parent
112675a813
commit
2e9beed77f
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ impl WlSubsurface {
|
||||||
surface: surface.clone(),
|
surface: surface.clone(),
|
||||||
parent: parent.clone(),
|
parent: parent.clone(),
|
||||||
position: Cell::new(Default::default()),
|
position: Cell::new(Default::default()),
|
||||||
sync_requested: Cell::new(false),
|
sync_requested: Cell::new(true),
|
||||||
sync_ancestor: Cell::new(false),
|
sync_ancestor: Cell::new(false),
|
||||||
node: RefCell::new(None),
|
node: RefCell::new(None),
|
||||||
latest_node: Default::default(),
|
latest_node: Default::default(),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue