cursor: don't overwrite busy hardware buffers
This commit is contained in:
parent
b9ce5f22d8
commit
375d7da2f2
3 changed files with 13 additions and 4 deletions
|
|
@ -832,6 +832,7 @@ impl WlSurface {
|
|||
if buffer_changed || transform_changed {
|
||||
for (_, cursor) in &self.cursors {
|
||||
cursor.handle_buffer_change();
|
||||
cursor.update_hardware_cursor();
|
||||
}
|
||||
}
|
||||
ext.post_commit();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue