~robertcarr/mir/socket-messenger-reporting

« back to all changes in this revision

Viewing changes to include/server/mir/frontend/display_changer.h

  • Committer: Robert Carr
  • Date: 2013-09-26 15:33:10 UTC
  • mfrom: (1071.1.14 trunk)
  • Revision ID: robert.carr@canonical.com-20130926153310-dh4s2sco8isb4bck
Merge trunk and update to new frontend interfaces

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
 
39
39
    virtual std::shared_ptr<graphics::DisplayConfiguration> active_configuration() = 0;
40
40
    virtual void configure(std::shared_ptr<Session> const&, std::shared_ptr<graphics::DisplayConfiguration> const&) = 0;
 
41
    virtual void ensure_display_powered(std::shared_ptr<Session> const& session) = 0;
41
42
 
42
43
protected:
43
44
    DisplayChanger() = default;