[backends/hwcomposer] Blank output on tear down
This gives a better tear down experience as it goes to black instead of showing outdated screen and also it disables vsync which fixes a crash on teardown.
This commit is contained in:
parent
d4dbc8c802
commit
eb5ff917f6
1 changed files with 3 additions and 0 deletions
|
@ -47,6 +47,9 @@ HwcomposerBackend::HwcomposerBackend(QObject *parent)
|
||||||
|
|
||||||
HwcomposerBackend::~HwcomposerBackend()
|
HwcomposerBackend::~HwcomposerBackend()
|
||||||
{
|
{
|
||||||
|
if (!m_outputBlank) {
|
||||||
|
toggleBlankOutput();
|
||||||
|
}
|
||||||
if (m_device) {
|
if (m_device) {
|
||||||
hwc_close_1(m_device);
|
hwc_close_1(m_device);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue