1
0
Fork 0
forked from wry/wry

subsurface: change default mode to sync

This commit is contained in:
Julian Orth 2024-03-27 23:18:45 +01:00
parent 112675a813
commit 2e9beed77f

View file

@ -96,7 +96,7 @@ impl WlSubsurface {
surface: surface.clone(),
parent: parent.clone(),
position: Cell::new(Default::default()),
sync_requested: Cell::new(false),
sync_requested: Cell::new(true),
sync_ancestor: Cell::new(false),
node: RefCell::new(None),
latest_node: Default::default(),