19 #ifndef MIR_CLIENT_DISPLAY_CONFIGURATION_H_
20 #define MIR_CLIENT_DISPLAY_CONFIGURATION_H_
23 #include "mir_protobuf.pb.h"
58 std::mutex
mutable guard;
59 std::vector<MirDisplayCard> cards;
60 std::vector<std::shared_ptr<DisplayOutput>> outputs;
61 std::function<void()> notify_change;