~alan-griffiths/miral/basic-Unity8-compatibility

« back to all changes in this revision

Viewing changes to miral/active_outputs.cpp

  • Committer: Alan Griffiths
  • Date: 2016-11-28 10:27:01 UTC
  • mfrom: (455.1.1 miral0)
  • Revision ID: alan@octopull.co.uk-20161128102701-sfl2w1g02y3gim0f
Fix build against lp:mir (again)

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
    {
69
69
    }
70
70
 
 
71
    void base_configuration_updated(std::shared_ptr<mir::graphics::DisplayConfiguration const> const& ) override {}
 
72
 
71
73
    std::mutex mutex;
72
74
    std::vector<ActiveOutputsListener*> listeners;
73
75
    std::vector<Output> outputs;
224
226
    for (auto const l : listeners)
225
227
        l->advise_output_end();
226
228
}
227
 
#endif
 
 
b'\\ No newline at end of file'
 
229
#endif