fix uninitialized variable

Accessed later if e.g. compositing is suspended or not possible at startup.
remotes/origin/mart/xdgv6ping
Luboš Luňák 9 years ago
parent 440bca8b45
commit af9f81700f
  1. 1
      composite.cpp

@ -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)

Loading…
Cancel
Save