~ci-train-bot/mir/mir-ubuntu-zesty-2791

« back to all changes in this revision

Viewing changes to src/server/graphics/nested/nested_display_configuration.h

  • Committer: Bileto Bot
  • Date: 2017-03-22 04:54:00 UTC
  • mfrom: (1160.2680.238 mir-dev)
  • Revision ID: ci-train-bot@canonical.com-20170322045400-ei5swwvnpmm649fq
* New upstream release 0.26.2 (https://launchpad.net/mir/+milestone/0.26.2)
  - Bugs fixed:
    . EDID does not change when hotplugging a monitor (LP: #1660017)
    . [regression] mirout crashes when connecting to unity8 or any nested
      server: [libprotobuf FATAL /usr/include/google/protobuf/repeated_field.
      h:1408] CHECK failed: (index) < (current_size_) (LP: #1661163)
    . Mir server crashed with SIGSEGV in
      mir::compositor::TemporaryBuffer::size() called from
      mir::gl::tessellate_renderable_into_rectangle() (LP: #1664760)
    . Nested servers (Unity8) periodically stutter (half frame rate) with
      Mir 0.26.1 (LP: #1666372)
    . Don't dereference the end iterator in ms::ApplicationSession::
      surface_after() (LP: #1667645)
    . [regression] OSK input shaping no longer works correctly (LP: #1669444)
    . Setting MirWindowSpec parameters always causes window's input_region
      to be reset (LP: #1670876)
    . Subpixel order not included in Mir display information (LP: #1393578)
    . Presentation chains should support various swap interval modes
      (LP: #1673533)
    . Need an extension for GBM buffers to replace
      mir_buffer_get_buffer_package() (LP: #1673534)
    . Seg fault on detect_fd_leaks (LP: #1661498)

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
    };
68
68
    std::unordered_map<uint32_t, LocalOutputConfig> mutable local_config;
69
69
 
70
 
    LocalOutputConfig get_local_config_for(uint32_t output_id) const;
 
70
    LocalOutputConfig get_local_config_for(MirOutput const* output) const;
71
71
    void set_local_config_for(uint32_t output_id, LocalOutputConfig const& config);
72
72
};
73
73