~unity-team/unity/trunk

« back to all changes in this revision

Viewing changes to lockscreen/LockScreenShield.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:
58
58
  nux::ObjectPtr<nux::Layout> primary_layout_;
59
59
  nux::ObjectPtr<nux::Layout> cof_layout_;
60
60
  connection::Wrapper panel_active_conn_;
 
61
  connection::Wrapper regrab_conn_;
61
62
  UserPromptView* prompt_view_;
62
63
  Panel* panel_view_;
63
64
};