output-schedule: fix hardware cursor updates
This commit is contained in:
parent
163bb2c893
commit
7e40e90c4d
3 changed files with 8 additions and 0 deletions
|
|
@ -165,6 +165,10 @@ impl OutputSchedule {
|
|||
break;
|
||||
}
|
||||
}
|
||||
self.commit_cursor();
|
||||
}
|
||||
|
||||
pub fn commit_cursor(&self) {
|
||||
if self.needs_hardware_cursor_commit.take() {
|
||||
if let Some(hc) = self.hardware_cursor.get() {
|
||||
hc.damage();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue