~cemil-azizoglu/mir/fix-1661704

« back to all changes in this revision

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

server: Extend SessionAuthorizer to also have a say in allowing attempts to apply MirInputConfigs.

Approved by mir-ci-bot, Alan Griffiths.

Show diffs side-by-side

added added

removed removed

Lines of Context:
88
88
        std::shared_ptr<MessageSender> const& message_sender,
89
89
        std::shared_ptr<Screencast> const& effective_screencast,
90
90
        ConnectionContext const& connection_context,
91
 
        std::shared_ptr<input::CursorImages> const& cursor_images);
 
91
        std::shared_ptr<input::CursorImages> const& cursor_images,
 
92
        std::shared_ptr<InputConfigurationChanger> const& input_changer);
92
93
 
93
94
private:
94
95
    std::shared_ptr<Shell> const shell;