~vanvugt/mir/fix-1378706

« back to all changes in this revision

Viewing changes to include/server/mir/server_configuration.h

Drops InputConfiguration. The input configuration code is now part of DefaultServerConfiguration .

Approved by Daniel van Vugt, Alan Griffiths, PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
    virtual std::shared_ptr<ServerStatusListener> the_server_status_listener() = 0;
70
70
    virtual std::shared_ptr<DisplayChanger> the_display_changer() = 0;
71
71
    virtual std::shared_ptr<graphics::Platform>  the_graphics_platform() = 0;
72
 
    virtual std::shared_ptr<input::InputConfiguration> the_input_configuration() = 0;
73
72
    virtual std::shared_ptr<EmergencyCleanup> the_emergency_cleanup() = 0;
74
73
    virtual auto the_fatal_error_strategy() -> void (*)(char const* reason, ...) = 0;
75
74