19 #ifndef MIR_SCENE_GLOBAL_EVENT_SENDER_H_
20 #define MIR_SCENE_GLOBAL_EVENT_SENDER_H_
29 class SessionContainer;
41 std::shared_ptr<SessionContainer>
const sessions;
Definition: global_event_sender.h:31
All things Mir.
Definition: buffer_stream.h:37
Definition: event_sink.h:32
void handle_lifecycle_event(MirLifecycleState state)
Definition: global_event_sender.cpp:36
void handle_display_config_change(graphics::DisplayConfiguration const &config)
Definition: global_event_sender.cpp:41
GlobalEventSender(std::shared_ptr< SessionContainer > const &)
Definition: global_event_sender.cpp:26
void handle_event(MirEvent const &e)
Definition: global_event_sender.cpp:31
Definition: event_deprecated.h:237
Interface to a configuration of display cards and outputs.
Definition: display_configuration.h:159