~brandontschaefer/+junk/trunk-mir

« back to all changes in this revision

Viewing changes to tests/acceptance-tests/test_session_mediator_report.cpp

  • 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:
54
54
    void session_configure_surface_called(std::string const&) override {};
55
55
    void session_configure_surface_cursor_called(std::string const&) override {};
56
56
    void session_configure_display_called(std::string const&) override {};
 
57
    void session_set_base_display_configuration_called(std::string const&) override {};
57
58
    void session_error(const std::string&, const char*, const std::string&) override {};
58
59
};
59
60