I am pretty sure the bug is hidden in
unity/plugins/unityshell/src/UnityShowdesktopHandler.cpp, probably in

void ShowdesktopHandler::PaintOpacity (unsigned short &opacity)
{
  if (progress_ == 1.0f || progress_ == 0.0f)
    opacity = std::numeric_limits <unsigned short>::max();
  else
    opacity *= (1.0f - progress_);
}

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1063249

Title:
  Unity Show Desktop fade back in function not smooth

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1063249/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to