~ci-train-bot/unity/unity-ubuntu-yakkety-2192

« back to all changes in this revision

Viewing changes to unity-shared/UnityWindowView.cpp

  • Committer: CI bot
  • Author(s): Andrea Azzarone
  • Date: 2014-03-11 18:36:57 UTC
  • mfrom: (3566.5.457 unity)
  • Revision ID: ps-jenkins@lists.canonical.com-20140311183657-b3haqqvvr2ctp9u9
Implement the lockscreen in Unity that looks like unity-greeter. Also allow to fallback to lightdm + greeter (tty switching) in case you need more pam power. Fixes: 878836, 1266464, 1282798

Show diffs side-by-side

added added

removed removed

Lines of Context:
245
245
      auto temp_background_color = background_color();
246
246
      auto blend_mode = nux::LAYER_BLEND_MODE_OVERLAY;
247
247
 
248
 
      if (Settings::Instance().GetLowGfxMode())
 
248
      if (Settings::Instance().GetLowGfxMode() || BackgroundEffectHelper::blur_type == BLUR_NONE)
249
249
      {
250
250
        temp_background_color.alpha = 1.0f;
251
251
        blend_mode = nux::LAYER_BLEND_MODE_NORMAL;