19 #ifndef MIR_FRONTEND_UNAUTHORIZED_DISPLAY_CHANGER_H_
20 #define MIR_FRONTEND_UNAUTHORIZED_DISPLAY_CHANGER_H_
35 void configure(std::shared_ptr<frontend::Session>
const&, std::shared_ptr<graphics::DisplayConfiguration>
const&);
38 std::shared_ptr<frontend::DisplayChanger>
const changer;
All things Mir.
Definition: atomic_callback.h:25
void configure(std::shared_ptr< frontend::Session > const &, std::shared_ptr< graphics::DisplayConfiguration > const &)
Definition: unauthorized_display_changer.cpp:35
Definition: display_changer.h:34
std::shared_ptr< graphics::DisplayConfiguration > active_configuration()
Definition: unauthorized_display_changer.cpp:30
UnauthorizedDisplayChanger(std::shared_ptr< frontend::DisplayChanger > const &changer)
Definition: unauthorized_display_changer.cpp:25
Definition: unauthorized_display_changer.h:29