~brandontschaefer/+junk/trunk-mir

« back to all changes in this revision

Viewing changes to src/server/frontend/unauthorized_display_changer.h

  • Committer: Alexandros Frantzis
  • Date: 2015-10-26 16:33:27 UTC
  • mto: This revision was merged to the branch mainline in revision 3063.
  • Revision ID: alexandros.frantzis@canonical.com-20151026163327-ymlt5wduyx0k0xq8
frontend: Support requests to set the base display configuration

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
 
34
34
    std::shared_ptr<graphics::DisplayConfiguration> base_configuration();
35
35
    void configure(std::shared_ptr<frontend::Session> const&, std::shared_ptr<graphics::DisplayConfiguration> const&);
 
36
    std::future<void> set_base_configuration(std::shared_ptr<graphics::DisplayConfiguration> const&);
36
37
 
37
38
private:
38
39
    std::shared_ptr<frontend::DisplayChanger> const changer;