1
0
Fork 0
forked from wry/wry

cursor: don't overwrite busy hardware buffers

This commit is contained in:
Julian Orth 2022-06-01 22:24:57 +02:00
parent b9ce5f22d8
commit 375d7da2f2
3 changed files with 13 additions and 4 deletions

View file

@ -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();