server/decoration: don't desync decoration subsurface
I can't remember why I did this, but removing this doesn't seem to cause any issues while also fixing #268.
This commit is contained in:
parent
83e4aab4d5
commit
5d23452874
1 changed files with 0 additions and 1 deletions
|
|
@ -87,7 +87,6 @@ impl DecorationsDataSatellite {
|
|||
.subcompositor
|
||||
.get_subsurface(&surface, parent, &state.qh, ())
|
||||
};
|
||||
subsurface.set_desync();
|
||||
subsurface.set_position(0, -Self::TITLEBAR_HEIGHT);
|
||||
let viewport = state.viewporter.get_viewport(&surface, &state.qh, ());
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue