portal: damage buffer before committing
This commit is contained in:
parent
260d241f79
commit
edafe16742
2 changed files with 11 additions and 0 deletions
|
|
@ -661,6 +661,7 @@ impl WindowData {
|
|||
buf.free.set(false);
|
||||
|
||||
self.surface.attach(&buf.wl);
|
||||
self.surface.damage();
|
||||
self.surface.commit();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue