fix uninitialized variable

Accessed later if e.g. compositing is suspended or not possible at startup.
icc-effect-5.14.5
Luboš Luňák 2017-04-14 15:02:51 +02:00
parent 440bca8b45
commit af9f81700f
1 changed files with 1 additions and 0 deletions

View File

@ -90,6 +90,7 @@ Compositor::Compositor(QObject* workspace)
, fpsInterval(0)
, m_xrrRefreshRate(0)
, m_finishing(false)
, m_starting(false)
, m_timeSinceLastVBlank(0)
, m_scene(NULL)
, m_bufferSwapPending(false)