~brandontschaefer/unity/bump-to-new-nux-abi

« back to all changes in this revision

Viewing changes to plugins/unityshell/src/unityshell.cpp

  • Committer: CI bot
  • Author(s): Marco Trevisan (Treviño)
  • Date: 2014-09-04 22:11:03 UTC
  • mfrom: (3844.10.37 scaling-lockscreen)
  • Revision ID: ps-jenkins@lists.canonical.com-20140904221103-y9g3g7yrsbi7zsbr
Lockscreen: scale the UI elements based on current monitor scaling Fixes: 1292218
Approved by: PS Jenkins bot, Andrea Azzarone

Show diffs side-by-side

added added

removed removed

Lines of Context:
4002
4002
  return launcher_controller_;
4003
4003
}
4004
4004
 
4005
 
std::shared_ptr<lockscreen::Controller> UnityScreen::lockscreen_controller()
 
4005
lockscreen::Controller::Ptr UnityScreen::lockscreen_controller()
4006
4006
{
4007
4007
  return lockscreen_controller_;
4008
4008
}