platforms/drm: show cursor when exiting dpms
BUG: 438824
This commit is contained in:
parent
c9a719e109
commit
b33fef02f5
1 changed files with 1 additions and 0 deletions
|
@ -429,6 +429,7 @@ void DrmOutput::dpmsFinishOn()
|
|||
if (Compositor *compositor = Compositor::self()) {
|
||||
compositor->addRepaintFull();
|
||||
}
|
||||
showCursor();
|
||||
}
|
||||
|
||||
void DrmOutput::dpmsFinishOff()
|
||||
|
|
Loading…
Reference in a new issue