~unity-team/unity/trusty-1332509

« back to all changes in this revision

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

UnityScreen: toggle activation of all the unity compiz actions when locking the screen

Also, make sure that the lockscreen views are treated as "always-on-front" windows by nux
(and this applies to both visibility and events).

Show diffs side-by-side

added added

removed removed

Lines of Context:
233
233
  void OnMinimizeDurationChanged();
234
234
 
235
235
  void OnLockScreenRequested();
 
236
  void OnScreenLocked();
 
237
  void OnScreenUnlocked();
236
238
  void SaveLockStamp(bool);
237
239
 
238
240
  switcher::Controller::Ptr switcher_controller();