cursor: dispatch frame requests after rendering hardware cursor
This commit is contained in:
parent
3b8935cf55
commit
b9ce5f22d8
2 changed files with 19 additions and 3 deletions
|
|
@ -829,7 +829,7 @@ impl WlSurface {
|
|||
if self.need_extents_update.get() {
|
||||
self.calculate_extents();
|
||||
}
|
||||
if buffer_transform_changed || transform_changed {
|
||||
if buffer_changed || transform_changed {
|
||||
for (_, cursor) in &self.cursors {
|
||||
cursor.handle_buffer_change();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue