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

« back to all changes in this revision

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

  • 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:
239
239
 
240
240
  switcher::Controller::Ptr switcher_controller();
241
241
  launcher::Controller::Ptr launcher_controller();
242
 
  std::shared_ptr<lockscreen::Controller> lockscreen_controller();
 
242
  lockscreen::Controller::Ptr lockscreen_controller();
243
243
 
244
244
  bool DoesPointIntersectUnityGeos(nux::Point const& pt);
245
245
 
348
348
  session::DBusManager::Ptr session_dbus_manager_;
349
349
  session::Controller::Ptr  session_controller_;
350
350
  lockscreen::DBusManager::Ptr screensaver_dbus_manager_;
351
 
  std::shared_ptr<lockscreen::Controller> lockscreen_controller_;
 
351
  lockscreen::Controller::Ptr lockscreen_controller_;
352
352
  debug::DebugDBusInterface debugger_;
353
353
  std::unique_ptr<BGHash>   bghash_;
354
354
  spread::Filter::Ptr       spread_filter_;