~robertcarr/mir/client-focus-notifications

« back to all changes in this revision

Viewing changes to include/server/mir/shell/session_manager.h

  • Committer: Robert Carr
  • Date: 2013-08-13 22:13:41 UTC
  • Revision ID: robert.carr@canonical.com-20130813221341-77szwt36cemfmwbg
Introduce session manager::handle_surface_created

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
    void focus_next();
69
69
    std::weak_ptr<Session> focussed_application() const;
70
70
    void set_focus_to(std::shared_ptr<Session> const& focus);
 
71
    
 
72
    void handle_surface_created(std::shared_ptr<frontend::Session> const& session);
71
73
 
72
74
protected:
73
75
    SessionManager(const SessionManager&) = delete;